1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00
This commit is contained in:
wsdjeg 2017-03-28 22:29:34 +08:00
parent 258d4be958
commit d1e655f3da

View File

@ -26,7 +26,7 @@ if !empty(g:spacevim_guifont)
exe 'set guifont=' . g:spacevim_guifont
endif
if g:spacevim_enable_guicolors == 1
if !has('nvim')
if !has('nvim') && has('patch-7.4.1770')
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
endif