rather use !has('termguicolors')

This commit is contained in:
Konstantin
2020-04-06 23:23:57 +02:00
committed by GitHub
parent a9eca3ae0f
commit 8a277be2bf

View File

@@ -386,7 +386,7 @@ if has('gui_running') || &t_Co==256
endfor
endif
if ! has('gui_running') && &termguicolors == 0
if !has('gui_running') && !has('termguicolors')
let s:black = 0
let s:white = 15