Skip to content

Commit

Permalink
fix issue#21
Browse files Browse the repository at this point in the history
fix issue <gko#21>
  • Loading branch information
noscripter committed Sep 14, 2015
1 parent 0c21b14 commit 92bb999
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions after/syntax/css/vim-coloresque.vim
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ endfunction

function! s:VimCssInit(update)

if !exists("b:color_pattern")
let b:color_pattern = {}
return
endif

if a:update==1
call s:ClearMatches()
endif
Expand Down

0 comments on commit 92bb999

Please sign in to comment.