We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa6593 commit 950e803Copy full SHA for 950e803
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('syntax') && ( 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