summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vim/hicursorwords.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vim/hicursorwords.vim b/.vim/hicursorwords.vim
index 06a563d..4d47474 100644
--- a/.vim/hicursorwords.vim
+++ b/.vim/hicursorwords.vim
@@ -34,7 +34,7 @@
"
if !exists('g:HiCursorWords_delay')
- let g:HiCursorWords_delay = 2
+ let g:HiCursorWords_delay = 200
endif
if !exists('g:HiCursorWords_hiGroupRegexp')
@@ -50,7 +50,7 @@ highlight! link WordUnderTheCursor Underlined
augroup HiCursorWords
autocmd!
- autocmd CursorMoved,CursorMovedI * call s:HiCursorWords__startHilighting()
+ autocmd CursorMoved * call s:HiCursorWords__startHilighting()
augroup END
@@ -116,4 +116,4 @@ function! s:HiCursorWords__startHilighting()
augroup END
endfunction
-" vim: set et ft=vim sts=4 sw=4 ts=4 tw=78 :
+" vim: set et ft=vim sts=4 sw=4 ts=4 tw=78 :