summaryrefslogtreecommitdiffstats
path: root/.vim
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <robin.oburka@nic.cz> 2017-08-22 20:41:38 +0200
committerGravatar Robin Obůrka <robin.oburka@nic.cz> 2017-08-22 20:42:13 +0200
commit60ad68e2b142799243bec4bd4ff20aaac70c8c85 (patch)
tree88e169ff35a98af51160297d00294c7a2c2ebcbb /.vim
parentUpdate pathogen (diff)
downloadvim_sync-60ad68e2b142799243bec4bd4ff20aaac70c8c85.tar.xz
Update HiCursorWords
Diffstat (limited to '.vim')
-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 :