From c6bbfcdba14a612690d6791db8ec5d5e27c6ed5a Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Wed, 23 Feb 2011 17:47:42 +1300 Subject: [PATCH] Version 1.0 --- doc/tagbar.txt | 5 +++-- plugin/tagbar.vim | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 7e542cd..a83e1fd 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -3,7 +3,7 @@ Author: Jan Larres Licence: Vim licence, see |license| Homepage: http://majutsushi.github.com/tagbar/ -Version: TODO +Version: 1.0 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -581,7 +581,8 @@ files. ============================================================================== 8. History *tagbar-history* -TODO +1.0 (2011-02-23) + - Initial release ============================================================================== 9. Todo *tagbar-todo* diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index e8fdb18..b0e6498 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -4,6 +4,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: http://majutsushi.github.com/tagbar/ +" Version: 1.0 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. "