You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim: Debian VIM - Vi IMproved 9.1
vim-gitgutter: 67ef116
Seems strange I'm encountering this if nobody else is, but in the map expr lines such as nnoremap <silent> <expr> <Plug>(GitGutterNextHunk) [...] I needed to change the escape sequences such as \<CR> to \\\<CR>. Without adding extra backslashes I just get literal <CR> strings in the command buffer.
Patch attached in case HTML escaping also eats backslashes.
vim: Debian VIM - Vi IMproved 9.1
vim-gitgutter: 67ef116
Seems strange I'm encountering this if nobody else is, but in the map expr lines such as
nnoremap <silent> <expr> <Plug>(GitGutterNextHunk) [...]
I needed to change the escape sequences such as\<CR>
to\\\<CR>
. Without adding extra backslashes I just get literal<CR>
strings in the command buffer.Patch attached in case HTML escaping also eats backslashes.
map.txt
The text was updated successfully, but these errors were encountered: