mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 08:40:06 +08:00
Fixup
This commit is contained in:
parent
e7aa9a5977
commit
d4867d83d1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user