Skip to content

Commit 175172e

Browse files
committed
Removed unnecessary change of updatetime
1 parent 1fba367 commit 175172e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

after/syntax/css.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Author: Max Vasiliev <vim@skammer.name>
33
" Last Change: 2010 Jul 3
44
" Licence: No Warranties. WTFPL. But please tell me!
5-
" Version: 0.7
5+
" Version: 0.7.1
66

77
function! s:StrLen(str)
88
return strlen(substitute(a:str, '.', 'x', 'g'))
@@ -390,5 +390,4 @@ if has("gui_running") || &t_Co==256
390390

391391
autocmd CursorHold * silent call s:PreviewCSSColorInLine('.')
392392
autocmd CursorHoldI * silent call s:PreviewCSSColorInLine('.')
393-
set ut=100
394393
endif " has("gui_running")

0 commit comments

Comments
 (0)