Vim plugin that displays tags in a window, ordered by scope
Go to file
Jan Larres 4981cf9896 Handle missing ctags more gracefully in currenttag
If tagbar#currenttag() was used in a statusline on a system that had
Tagbar installed, but not ctags, then an error was reported on every
statusline update. Change the ctags checking so that errors in
currenttag() fail silently while still reporting an error message if
Tagbar is opened normally.
2012-07-01 18:48:00 +12:00
autoload Handle missing ctags more gracefully in currenttag 2012-07-01 18:48:00 +12:00
doc Clarification for custom tags programs 2012-06-29 02:08:01 +12:00
plugin Version 2.4 2012-06-17 21:19:42 +12:00
syntax Version 2.4 2012-06-17 21:19:42 +12:00
.gitattributes Add simple info file 2011-11-25 22:48:02 +13:00
.gitignore Ignore /doc/tags 2011-05-31 16:45:27 -03:00
.info Add simple info file 2011-11-25 22:48:02 +13:00
README Add README 2011-02-20 02:32:57 +13:00

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.