preservim / tagbar

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

Remove open buffer from known files on bdelete or bwipe #768

Closed raven42 closed 3 years ago

raven42 commented 3 years ago

Closes #750

On :bdelete or :bwipe of a file, remove the file from the known file listing even if the tagbar window is not open. Previously was only removing the file if the tagbar window was open.