vim-wintabs icon indicating copy to clipboard operation
vim-wintabs copied to clipboard

After closing a tab, the tabbing order doesn't flow correctly

Open nashio opened this issue 5 years ago • 0 comments

How to reproduce: open files file1 > file2 > file3 > file4 close file2, re-open file2, file1 > file3 >file4 >file2 now the order tabbing from left to right jumps from 1 to 4, then back to 2 and 3 shouldn't it just follow the normal order from left to right?

nashio avatar Oct 15 '19 19:10 nashio