From 91deffb04dfe56c261eb7dfc6ac2ef92e6a5dad2 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sat, 26 Feb 2011 20:52:40 +1300 Subject: [PATCH] Version 1.1 --- doc/tagbar.txt | 2 +- plugin/tagbar.vim | 2 +- syntax/tagbar.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 2e167a4..12bef03 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: 1.0 +Version: 1.1 ============================================================================== Contents *tagbar* *tagbar-contents* diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index d53a1f4..a5df837 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -4,7 +4,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: http://majutsushi.github.com/tagbar/ -" Version: 1.0 +" Version: 1.1 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. " diff --git a/syntax/tagbar.vim b/syntax/tagbar.vim index c2ef51e..ad293fa 100644 --- a/syntax/tagbar.vim +++ b/syntax/tagbar.vim @@ -3,7 +3,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: http://majutsushi.github.com/tagbar/ -" Version: 1.0 +" Version: 1.1 if exists("b:current_syntax") finish