-
Notifications
You must be signed in to change notification settings - Fork 72
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
double click buffer will open other file named "No name" #15
Comments
Thanks for prodding me into giving this another shot. I was all set to explain how this was not a bug I could fix, because it’s just how the tabline in Vim works, and plugins cannot control that. And that is still true. But I could use some of Vim’s builtin behaviour against itself, which had not occurred to me until now. So your bug ticket made the plugin better. Thank you! |
Oh – it will however still not allow you to switch tabs by clicking on them. I have tried to make that work and failed. I have explained more in #6. It looks like NeoVim may allow this at some point (according to neovim/neovim#3871) but stock Vim does not. |
any updates after neovim 0.2.0? |
It wasn’t on my radar, so no, but thanks for the ping. I’ll take a look into what was implemented in NeoVim whether and how I can use it. |
@regedarek: I’ve added #32 to track this, so you can watch that if you want to be updated. |
:bnext
/:bprev
to switch buffer → ok→ opens another file named "No name"
The text was updated successfully, but these errors were encountered: