Skip to content

Commit

Permalink
Remove wrong comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace-Who committed Apr 16, 2017
1 parent 3ae9ffb commit bd73169
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions autoload/LineUp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,7 @@ function! s:setMapping() "{{{
" silent! iunmap <CR>

" Update:
" (2) An unmap command in a script seems not to take '<CR>' and causes
" error, so use '^M' instead or the following mapping:
" silent! inoremap <CR> <CR>

" Update:
" (3) For an unknown reason, inserting <CR> in some condition changes the
" (2) For an unknown reason, inserting <CR> in some condition changes the
" undo history. Seems a Vim's bug. The following mapping can avoid this.
inoremap <CR> <C-G>u<CR>
" Notice the following mapping brings the earliest bug(1) back again.
Expand Down

0 comments on commit bd73169

Please sign in to comment.