mirror of
https://github.com/preservim/tagbar.git
synced 2025-09-10 04:12:07 +08:00
649eead50282be9077b059a2918f6a886bfde198

- added zo alias to OpenFold() - added za alias to ToggleFold() - added zc alias to CloseFold() - added zC alias to CloseParent() - added zn alias to SetFoldLevel(99, 1) - added zR alias to SetFoldLevel(99, 1) - added zM alias to SetFoldLevel(0, 1) - changed z zoom shortcut to zz to avoid delay caused by presence of new z-prefix bindings - update s:PrintHelp() to reflect new bindings
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.
Description
Languages
Vim Script
100%