We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fba367 commit 175172eCopy full SHA for 175172e
1 file changed
after/syntax/css.vim
@@ -2,7 +2,7 @@
2
" Author: Max Vasiliev <vim@skammer.name>
3
" Last Change: 2010 Jul 3
4
" Licence: No Warranties. WTFPL. But please tell me!
5
-" Version: 0.7
+" Version: 0.7.1
6
7
function! s:StrLen(str)
8
return strlen(substitute(a:str, '.', 'x', 'g'))
@@ -390,5 +390,4 @@ if has("gui_running") || &t_Co==256
390
391
autocmd CursorHold * silent call s:PreviewCSSColorInLine('.')
392
autocmd CursorHoldI * silent call s:PreviewCSSColorInLine('.')
393
- set ut=100
394
endif " has("gui_running")
0 commit comments