aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/vim-under-the-cursor.vim2
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`
57highlight! Underlined cterm=underline gui=underline 57highlight! Underlined cterm=underline gui=underline
58autocmd CursorMoved,InsertLeave,TextChanged * call HighlightWordUnderCursor() 58autocmd CursorMoved,InsertLeave,TextChanged * silent! call HighlightWordUnderCursor()
59 59
60" vim: expandtab tabstop=4 sw=4 60" vim: expandtab tabstop=4 sw=4
..