We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d545d0 commit 0966cdeCopy full SHA for 0966cde
autoload/css_color.vim
@@ -216,7 +216,7 @@ let s:_listsep = s:_ws_ . ',' . s:_ws_
216
let s:_otherargs_ = '\%(,[^)]*\)\?'
217
let s:_funcexpr = s:_funcname . '[(]' . s:_numval . s:_listsep . s:_numval . s:_listsep . s:_numval . s:_ws_ . s:_otherargs_ . '[)]'
218
let s:_hexcolor = '#\(\x\{3}\|\x\{6}\)\>' " submatch 5
219
-let s:_grammar = s:_funcexpr . '\|' . s:_hexcolor . '\zs'
+let s:_grammar = s:_funcexpr . '\|' . s:_hexcolor
220
function! css_color#parse_screen()
221
" N.B. this substitute() call is here just for the side effect
222
" of invoking s:create_syn_match during substitution -- because
0 commit comments