diff --git a/autoload/LineUp.vim b/autoload/LineUp.vim index d01f265..382643e 100644 --- a/autoload/LineUp.vim +++ b/autoload/LineUp.vim @@ -102,12 +102,7 @@ function! s:setMapping() "{{{ " silent! iunmap " Update: - " (2) An unmap command in a script seems not to take '' and causes - " error, so use '^M' instead or the following mapping: - " silent! inoremap - - " Update: - " (3) For an unknown reason, inserting in some condition changes the + " (2) For an unknown reason, inserting in some condition changes the " undo history. Seems a Vim's bug. The following mapping can avoid this. inoremap u " Notice the following mapping brings the earliest bug(1) back again.