Skip to content

Commit

Permalink
Changed events this plugin listens to, making it much faster, and by …
Browse files Browse the repository at this point in the history
…this, less laggy.
  • Loading branch information
KrzysztofUrban committed May 17, 2011
1 parent 47c4ceb commit c63b4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions after/syntax/css.vim
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 c63b4da

Please sign in to comment.