We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae9ffb commit bd73169Copy full SHA for bd73169
autoload/LineUp.vim
@@ -102,12 +102,7 @@ function! s:setMapping() "{{{
102
" silent! iunmap <CR>
103
104
" Update:
105
- " (2) An unmap command in a script seems not to take '<CR>' and causes
106
- " error, so use '^M' instead or the following mapping:
107
- " silent! inoremap <CR> <CR>
108
-
109
- " Update:
110
- " (3) For an unknown reason, inserting <CR> in some condition changes the
+ " (2) For an unknown reason, inserting <CR> in some condition changes the
111
" undo history. Seems a Vim's bug. The following mapping can avoid this.
112
inoremap <CR> <C-G>u<CR>
113
" Notice the following mapping brings the earliest bug(1) back again.
0 commit comments