-
-
Notifications
You must be signed in to change notification settings - Fork 485
Open
Labels
Description
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