vim-session
vim-session copied to clipboard
vim-session reorders the opened tabs
neovim --version == 0.5
plugins installed:
- vim-session
- barbar
steps to reproduce:
- have neovim opened with some tabs that are ordered in their open order (just a normal order)
- save the the current session with
SaveSession - reopen neovim
- open the saved session
OpenSession(then asks for which) and you select one
and you will see the tabs reordered in reverse order compared to original position.
does vim-session has a sort function for the current opened tabs?