mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:50:05 +08:00
Fixup
This commit is contained in:
parent
e7aa9a5977
commit
d4867d83d1
@ -128,9 +128,6 @@ endfunction
|
|||||||
|
|
||||||
function! SpaceVim#autocmds#VimEnter() abort
|
function! SpaceVim#autocmds#VimEnter() abort
|
||||||
call SpaceVim#api#import('vim#highlight').hide_in_normal('EndOfBuffer')
|
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
|
for argv in g:_spacevim_mappings_space_custom_group_name
|
||||||
if len(argv[0]) == 1
|
if len(argv[0]) == 1
|
||||||
if !has_key(g:_spacevim_mappings_space, argv[0][0])
|
if !has_key(g:_spacevim_mappings_space, argv[0][0])
|
||||||
@ -148,6 +145,9 @@ function! SpaceVim#autocmds#VimEnter() abort
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endfor
|
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
|
if get(g:, '_spacevim_statusline_loaded', 0) == 1
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
call SpaceVim#layers#core#statusline#def_colors()
|
call SpaceVim#layers#core#statusline#def_colors()
|
||||||
|
Loading…
Reference in New Issue
Block a user