diff --git a/after/syntax/css.vim b/after/syntax/css.vim index 9942a94..bba9082 100644 --- a/after/syntax/css.vim +++ b/after/syntax/css.vim @@ -392,6 +392,8 @@ if has("gui_running") || &t_Co==256 autocmd CursorMovedI * silent call s:PreviewCSSColorInLine('.') if !exists('g:cssColorVimDoNotMessMyUpdatetime') set ut=100 + else + exec "set ut=" . g:cssColorVimDoNotMessMyUpdatetime endif endif