1
0
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:
everettjf 2017-12-30 09:01:22 +08:00
parent 8ba5567c9a
commit 62cdb4af12

View File

@ -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