-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffer appears unlisted if I do :tab sb
#2
Comments
I think I tried to call |
@ajitid could you check if this fixed it? |
Seems like this fixed it, but this also created a new problem. To reproduce:
|
I noticed it. I think the problem is that the TabEvents happen before |
I think it now works with EDIT: here's the issue neovim/neovim#4334 |
Yep, I've subscribed to that issue. Let's keep this open until upstream is resolved. |
:tab sb
or <c-w>T
:tab sb
~or <c-w>T
~
:tab sb
~or <c-w>T
~:tab sb
The neovim issue you mentioned has been fixed. I haven't checked if it fixes this ticket as well. |
Just checked, this isn't fixed. |
Steps to reproduce:
:tab sb
or<c-w>T
:ls
. You won't see the buffer as it is unlisted:setlocal buflisted
followed by:ls
. You would now see the buffer appearing in the buffer list.The text was updated successfully, but these errors were encountered: