window local tagbar - #607
Conversation
…aining the buffer
|
Some reason this was closed? It it isn't ready but you still plan to work on it it would be nice to track it as an open PR in Draft mode (you can convert it back using the link in the reviewer section after you open it up again). |
|
Hi @alerque, This one is still open. I did open one before and unintentionally closed it. |
|
@isharaka A little while ago there was a change made to the This should open the tagbar to the left or above of the current active window (see |
Adds a global option to allow keeping tagbar local to the window containing the buffer.
The intention is to keep the tagbar local to the current window. This change does do that. However if we move to another window while tagbar is active the tagbar will be updated to reflect the buffer in the active window.
I would like to do the following when switching windows with tagbar active (if the opted in):
I am very new to vimscript. I would appreciate some hints to be able to do that.