mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +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
|
function! s:self._update() abort
|
||||||
let tabnr = tabpagenr('$')
|
let tabnr = tabpagenr('$')
|
||||||
|
let self._tree = {}
|
||||||
for i in range(1, tabnr)
|
for i in range(1, tabnr)
|
||||||
let buffers = tabpagebuflist(i)
|
let buffers = tabpagebuflist(i)
|
||||||
let self._tree[i] = buffers
|
let self._tree[i] = buffers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user