gillyb / stable-windows

Keeps vim windows stable on layout changes
40 stars 1 forks source link

Plugin blocks movement of other plugins (e.g. Tagbar) #7

Open ds2606 opened 3 years ago

ds2606 commented 3 years ago

When using a plugin to jump between buffer locations (e.g. tagbar to jump to a function definition), nothing occurs while stable-windows is active. Functionality of other plugin is restored by disabling stable-windows.

gillyb commented 3 years ago

hmmm... Sounds logical, since stable-windows is trying to save the position of the other buffers when moving.. But I understand this is a problem...

I don't think I will attempt to fix this as this isn't a problem for me, since I don't use that plugin at the moment. If you decide to fix this and submit a pull request that would be great. :)