mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:10:05 +08:00
fix issue 1196 (tab list bug)
https://github.com/SpaceVim/SpaceVim/issues/1196
This commit is contained in:
parent
8ba5567c9a
commit
62cdb4af12
@ -4,6 +4,7 @@ let s:self._tree = {}
|
||||
|
||||
function! s:self._update() abort
|
||||
let tabnr = tabpagenr('$')
|
||||
let self._tree = {}
|
||||
for i in range(1, tabnr)
|
||||
let buffers = tabpagebuflist(i)
|
||||
let self._tree[i] = buffers
|
||||
|
Loading…
Reference in New Issue
Block a user