Skip to content

Commit

Permalink
Update vim-coloresque.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
gbyukg authored Jan 5, 2017
1 parent 0c21b14 commit 8ade0a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions after/syntax/css/vim-coloresque.vim
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ endfunction

function! s:VimCssInit(update)

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

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

0 comments on commit 8ade0a4

Please sign in to comment.