preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.13k stars 487 forks source link

tagbar is changing global scrolloff value #693

Closed raven42 closed 4 years ago

raven42 commented 4 years ago

In RenderContent() tagbar is changing the global scrolloff value. This should be using setlocal instead to only adjust the value for the tagbar window.

raven42 commented 4 years ago

Another instance of this exists in RenderKeepView()