diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 620df75..a80b93f 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: 2.0 +Version: 2.0.1 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -780,6 +780,9 @@ files. ============================================================================== 8. History *tagbar-history* +2.0.1 (2011-04-26) + - Fix sorting bug when 'ignorecase' is set + 2.0 (2011-04-26) - Folding now works correctly. Folds will be preserved when leaving the Tagbar window and when switching between files. Also tag types can be diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index bba157a..b9aaf7f 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: 2.0 +" Version: 2.0.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 d5b3154..42e521e 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: 2.0 +" Version: 2.0.1 if exists("b:current_syntax") finish