This commit is contained in:
Filipe Correa Lima da Silva
2016-11-23 19:06:07 -02:00
parent 127c9d14d4
commit 66bba4cb8e

View File

@@ -18,7 +18,7 @@ endif
let g:colors_name='gruvbox'
if !has('gui_running') && &t_Co != 256
if !(has('termguicolors') && &termguicolors) && !has('gui_running') && &t_Co != 256
finish
endif