You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It helps to use Tagbar even without a file in the file system, for example I use to load a large diff in Vim from stdin, with a command like:
git diff -w | gvim -
But if there is no file in Vim, then Tagbar no longer works.
Can this be fixed please ? I know tagbar already writes the source file to a temporary location for passing it to ctags. This should help tagbar work with in-memory buffers as well
The text was updated successfully, but these errors were encountered:
It helps to use Tagbar even without a file in the file system, for example I use to load a large diff in Vim from stdin, with a command like:
git diff -w | gvim -
But if there is no file in Vim, then Tagbar no longer works.
Can this be fixed please ? I know tagbar already writes the source file to a temporary location for passing it to ctags. This should help tagbar work with in-memory buffers as well
The text was updated successfully, but these errors were encountered: