Fixed issue #36 where colors will not display in color-capable terminals

This commit is contained in:
Błażej Sewera
2020-04-01 06:10:50 +02:00
parent b6d26b0003
commit a9eca3ae0f

View File

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