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 b862a16 commit 1c3411cCopy full SHA for 1c3411c
autoload/css_color.vim
@@ -3,7 +3,7 @@
3
" Commit: $Format:%H$
4
" Licence: The MIT License (MIT)
5
6
-if v:version < 700 || !( has('gui_running') || has('nvim') || &t_Co==256 )
+if v:version < 700 || !( has('syntax') || has('gui_running') || has('nvim') || &t_Co==256 )
7
function! css_color#init(type, keywords, groups)
8
endfunction
9
function! css_color#extend(groups)
0 commit comments