Merge pull request #150 from ninrod/master

closes #149
This commit is contained in:
Pavel Pertsev
2017-08-12 03:48:23 +03:00
committed by GitHub

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