1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:40:06 +08:00
This commit is contained in:
wsdjeg 2017-12-16 16:08:03 +08:00
parent e7aa9a5977
commit d4867d83d1

View File

@ -128,9 +128,6 @@ endfunction
function! SpaceVim#autocmds#VimEnter() abort
call SpaceVim#api#import('vim#highlight').hide_in_normal('EndOfBuffer')
for argv in g:_spacevim_mappings_space_custom
call call('SpaceVim#mapping#space#def', argv)
endfor
for argv in g:_spacevim_mappings_space_custom_group_name
if len(argv[0]) == 1
if !has_key(g:_spacevim_mappings_space, argv[0][0])
@ -148,6 +145,9 @@ function! SpaceVim#autocmds#VimEnter() abort
endif
endif
endfor
for argv in g:_spacevim_mappings_space_custom
call call('SpaceVim#mapping#space#def', argv)
endfor
if get(g:, '_spacevim_statusline_loaded', 0) == 1
set laststatus=2
call SpaceVim#layers#core#statusline#def_colors()