diff --git a/after/syntax/css/vim-coloresque.vim b/after/syntax/css/vim-coloresque.vim index b521918..cb5b726 100644 --- a/after/syntax/css/vim-coloresque.vim +++ b/after/syntax/css/vim-coloresque.vim @@ -100,6 +100,8 @@ function! s:HexForHSLValue(h,s,l) endfunction function! s:ClearMatches() + call clearmatches() + if !exists('b:matchescache') return endif