From e5955a3c410fa47b1131b8de1fea323a40ca1990 Mon Sep 17 00:00:00 2001 From: Konstantin Gorodinskiy Date: Fri, 27 Sep 2013 13:34:03 +0400 Subject: [PATCH] fix for issue #13 --- after/syntax/css/vim-coloresque.vim | 2 ++ 1 file changed, 2 insertions(+) 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