From 7808f0ec934457a7fed045083a40eddaf0e7bbe9 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Thu, 17 Feb 2011 01:19:24 +1300 Subject: [PATCH] Manual --- doc/tagbar.txt | 8 ++++++++ plugin/tagbar.vim | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index b07a68e..89d4f5c 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -2,6 +2,8 @@ Author: Jan Larres Licence: Vim licence, see |license| +Homepage: http://github.com/majutsushi/tagbar +Version: TODO ============================================================================== Contents *tagbar* *tagbar-contents* @@ -18,6 +20,7 @@ Contents *tagbar* *tagbar-contents* 8. Bugs and limitations ............ |tagbar-bugs| 9. History ......................... |tagbar-history| 10. Todo ............................ |tagbar-todo| + 11. Credits ......................... |tagbar-credits| ============================================================================== 1. Intro *tagbar-intro* @@ -120,6 +123,8 @@ The following requirements have to be met in order to be able to use tagbar: See |filetype| for more information. - Tagbar will not work in |restricted-mode|. +============================================================================== +3. Installation *tagbar-installation* caveats: C++: @@ -137,3 +142,6 @@ def test(): class Inner2: def __init__(self): print "Inner2" + +keep folds +window numbers diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index a570999..34947b0 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -1,7 +1,7 @@ " ============================================================================ " File: tagbar.vim " Description: List the current file's tags in a sidebar, ordered by class etc -" Maintainer: Jan Larres +" Author: Jan Larres " Licence: Vim licence " Website: http://github.com/majutsushi/tagbar " Note: This plugin was heavily inspired by the 'Taglist' plugin by