Open kinnala opened 9 years ago
I can repro this as well: 1) :tabe[RET] 2) :split[RET] 3) :q[RET] I observe tab is gone.
However, in step (3), if instead of ":q[RET]" I use "ZQ", it does the correct behaviour of only closing the current window. The same is true for "[M-x]evil-quit[RET]".
":q" should be mapped to evil-quit, yet obviously there's something else going on here. So I'm not sure if the bug is in evil or evil-tabs.
Edit: not using angle brackets cuz of markdown.
If you open multiple windows inside a tab, i.e.,
:tabnew :vsplit :split
and try to close a single window with ":q" you end up closing the whole tab. This differs from the behavior of Vim where only the current window is closed. Currently as a workaround I added
to my initfile. It should probably be investigated whether this is enough.