1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Do autocmd WinEnter to make statusline active

This commit is contained in:
wsdjeg 2017-07-22 08:52:09 +08:00
parent ab9a50d21b
commit 9733fb6da4

View File

@ -53,6 +53,7 @@ function! s:self.open() abort
endif
endwhile
exe 'bd ' . self._bufid
doautocmd WinEnter
endfunction