fix for issue #13

This commit is contained in:
Konstantin Gorodinskiy
2013-09-27 13:34:03 +04:00
parent c8f21be50b
commit e5955a3c41

View File

@@ -100,6 +100,8 @@ function! s:HexForHSLValue(h,s,l)
endfunction
function! s:ClearMatches()
call clearmatches()
if !exists('b:matchescache')
return
endif