1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Fix bg option

This commit is contained in:
wsdjeg 2017-04-30 15:35:48 +08:00
parent 1cc31cdb58
commit 008c502b03

View File

@ -7,6 +7,7 @@ endif
if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{
try
exec 'colorscheme ' . g:spacevim_colorscheme
exec 'set background=' . g:spacevim_colorscheme_bg
catch
exec 'colorscheme '. g:spacevim_colorscheme_default
endtry