File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ set cpo&vim
2121" - change colors, or enable/disable, with two views into same buffer to reproduce E966
2222" TODO: allowed filetypes list?
2323" TODO: sign_column (bigger pls, :h sign-commands)?
24+ " TODO: color change operation
2425
2526
2627" --------------------------- CONSTANTS ---------------------------
Original file line number Diff line number Diff line change @@ -18,9 +18,11 @@ if !has('textprop')
1818 finish
1919endif
2020
21- if ! (has (' termguicolors' ) && &termguicolors )
22- echoerr ' clrzr disabled: termguicolors not enabled and/or available'
23- finish
21+ if ! has (' gui_running' )
22+ if ! (has (' termguicolors' ) && &termguicolors )
23+ echoerr ' clrzr disabled: termguicolors not enabled and/or available'
24+ finish
25+ endif
2426endif
2527
2628if ! exists (' ##TextChanged' )
You can’t perform that action at this time.
0 commit comments