This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Weird behaviour when using :tab sball #49
Open
Description
First of all, thanks for this super useful plugin!
I am new to Vim and I try to keep the usual workflow forcing opening each file in tab rather that buffer. However there seems to be some problem with this when using the NERDtree tabs plugin.
Here are the steps to reproduce:
- Open MacVim.
- Open any file.
- Execute
:tab sball
(which opens all files in buffers in tabs)
MacVim window just hides and cannot be opened again.
Disabling just/vim-nerdtree-tabs
fixes the problem, so I guess it causes this issue.
My vimrc file.