Skip to content

Commit bd73169

Browse files
committed
Remove wrong comments.
1 parent 3ae9ffb commit bd73169

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

autoload/LineUp.vim

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,7 @@ function! s:setMapping() "{{{
102102
" silent! iunmap <CR>
103103

104104
" 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
105+
" (2) For an unknown reason, inserting <CR> in some condition changes the
111106
" undo history. Seems a Vim's bug. The following mapping can avoid this.
112107
inoremap <CR> <C-G>u<CR>
113108
" Notice the following mapping brings the earliest bug(1) back again.

0 commit comments

Comments
 (0)