diff options
-rw-r--r-- | plugin/vim-under-the-cursor.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-under-the-cursor.vim b/plugin/vim-under-the-cursor.vim index b91c2bd..ef60b7f 100644 --- a/plugin/vim-under-the-cursor.vim +++ b/plugin/vim-under-the-cursor.vim | |||
@@ -55,6 +55,6 @@ endfunction | |||
55 | 55 | ||
56 | " see `:help group-name` | 56 | " see `:help group-name` |
57 | highlight! Underlined cterm=underline gui=underline | 57 | highlight! Underlined cterm=underline gui=underline |
58 | autocmd CursorMoved,InsertLeave,TextChanged * call HighlightWordUnderCursor() | 58 | autocmd CursorMoved,InsertLeave,TextChanged * silent! call HighlightWordUnderCursor() |
59 | 59 | ||
60 | " vim: expandtab tabstop=4 sw=4 | 60 | " vim: expandtab tabstop=4 sw=4 |