mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
Fix bg option
This commit is contained in:
parent
1cc31cdb58
commit
008c502b03
@ -6,7 +6,8 @@ if has('filterpipe')
|
||||
endif
|
||||
if count(g:spacevim_plugin_groups, 'colorscheme') && g:spacevim_colorscheme !=# '' "{{{
|
||||
try
|
||||
exec 'colorscheme '. g:spacevim_colorscheme
|
||||
exec 'colorscheme ' . g:spacevim_colorscheme
|
||||
exec 'set background=' . g:spacevim_colorscheme_bg
|
||||
catch
|
||||
exec 'colorscheme '. g:spacevim_colorscheme_default
|
||||
endtry
|
||||
|
Loading…
Reference in New Issue
Block a user