diff --git a/doc/tagbar.txt b/doc/tagbar.txt index a749882..a8fb248 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.1 +Version: 1.2 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -593,6 +593,9 @@ files. ============================================================================== 8. History *tagbar-history* +1.2 (2011-02-28) + - Fix typo in Ruby definition + 1.1 (2011-02-26) - Don't lose syntax highlighting when ':syntax enable' is called - Allow expanding the Vim window when Tagbar is opened diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 7eba60c..8b7acfd 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.1 +" Version: 1.2 " 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 ad293fa..e6b94f9 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.1 +" Version: 1.2 if exists("b:current_syntax") finish