mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
e690a5e97da00bfd3d9a6d757f9016f49d016893
Files are now cached locally in a temporary file, and the parsing happens on that file. This allows displaying tags for remote (Netrw) files, and it will also make access to files on remote filesystems like NFS and sshfs faster. Additionally, tags are now always updated when the files are saved, deprecating the tagbar_updateonsave_maxlines option. Otherwise checking for changes in remote files would not have been possible.
Tagbar is a vim plugin for browsing the tags of source code files. It provides a sidebar that displays the ctags-generated tags of the current file, ordered by their scope. This means that for example methods in C++ are displayed under the class they are defined in. Check out the homepage at http://majutsushi.github.com/tagbar/ for more information.
Languages
Vim script
100%