Skip to content

Commit

Permalink
Merge pull request #5 from KrzysztofUrban/master
Browse files Browse the repository at this point in the history
Changed events this plugin listens to, making it much faster, and by this, less laggy.
  • Loading branch information
skammer committed May 27, 2011
2 parents 1de5e78 + c63b4da commit 417eaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions after/syntax/css.vim
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ if has("gui_running") || &t_Co==256
endwhile
unlet i

autocmd CursorHold * silent call s:PreviewCSSColorInLine('.')
autocmd CursorHoldI * silent call s:PreviewCSSColorInLine('.')
autocmd CursorMoved * silent call s:PreviewCSSColorInLine('.')
autocmd CursorMovedI * silent call s:PreviewCSSColorInLine('.')
if !exists('g:cssColorVimDoNotMessMyUpdatetime')
set ut=100
endif
Expand Down

0 comments on commit 417eaf8

Please sign in to comment.