mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
Since the window numbers can change when opening and closing windows Tagbar so far has used bufwinnr() to find the right window to jump back to. However, this fails if the same file is being displayed in more than one window. Save a window-local variable instead to detect the correct window to jump back to.