diff options
author | Max Christian Pohle | 2021-11-19 00:37:35 +0100 |
---|---|---|
committer | Max Christian Pohle | 2021-11-19 00:37:35 +0100 |
commit | 98642e6ebc2ee27f20a7e26d8ab69f1e3d73059f (patch) | |
tree | 8246121a04d9be39f3d494d0c1e2406e3e094743 /plugin | |
parent | df83bdccd7ce16c97e76011da9d70c17a1d243af (diff) | |
download | vim-under-the-cursor-master.tar.bz2 vim-under-the-cursor-master.zip |
These are useful for development, but not when a command is bound to a
CursorMoved autocmd ;)
Diffstat (limited to 'plugin')
-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 |