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.
call map()
call filter()
1 parent 1c3411c commit e201767Copy full SHA for e201767
autoload/css_color.vim
@@ -251,7 +251,7 @@ endfunction
251
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
252
253
function! css_color#reinit()
254
- call map( keys( b:css_color_hi ), 's:create_highlight( v:val, s:color_bright[v:val] )' )
+ call filter( keys( b:css_color_hi ), 's:create_highlight( v:val, s:color_bright[v:val] )' )
255
endfunction
256
257
function! css_color#enable()
0 commit comments