1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:00:05 +08:00

Fix statusline of vimfiler buffer

This commit is contained in:
wsdjeg 2017-05-19 00:32:13 +08:00
parent 93caad2232
commit 37140b4fd3

View File

@ -199,6 +199,7 @@ function! zvim#util#OpenVimfiler() abort
wincmd p wincmd p
else else
VimFiler VimFiler
doautocmd WinEnter
if exists(':AirlineRefresh') if exists(':AirlineRefresh')
AirlineRefresh AirlineRefresh
endif endif