Skip to content

Commit

Permalink
Merge pull request #1 from 0xItx/master
Browse files Browse the repository at this point in the history
Apply andreatta's fix to gko#21
  • Loading branch information
systemmonkey42 authored Mar 15, 2017
2 parents 0c21b14 + 462449d commit 8ae3edb
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 @@ -126,6 +126,10 @@ function! s:VimCssInit(update)
:set isk+=#
:set isk+=.

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

if len(keys(b:color_pattern))>0
call s:RestoreColors()
return
Expand Down

0 comments on commit 8ae3edb

Please sign in to comment.