From 60ad68e2b142799243bec4bd4ff20aaac70c8c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Tue, 22 Aug 2017 20:41:38 +0200 Subject: Update HiCursorWords --- .vim/hicursorwords.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.vim') 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 : -- cgit v1.2.3