-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels