From 9d5af93a5b875e40bc32212d850917deb6651023 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 29 May 2011 19:19:03 +1200 Subject: [PATCH] Version 2.1 --- doc/tagbar.txt | 18 +++++++++++++++++- plugin/tagbar.vim | 2 +- syntax/tagbar.vim | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 440ccef..ffa58fa 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.1 +Version: 2.1 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -804,6 +804,22 @@ files. ============================================================================== 8. History *tagbar-history* +2.1 (2011-05-29) + - Make Tagbar work in (hopefully) all cases under Windows + - Handle cases where 'encoding' is different from system encoding, for + example on a Chinese Windows with 'encoding' set to "utf-8" (see manual + for details in case it doesn't work out-of-the-box) + - Fixed a bug with the handling of subtypes like "python.django" + - If a session got saved with Tagbar open it now gets restored properly + - Locally reset foldmethod/foldexpr in case foldexpr got set to something + expensive globally + - Tagbar now tries hard to go to the correct window when jumping to a tag + - Explain some possible issues with the current jsctags version in the + manual + - Explicitly check for some possible configuration problems to be able to + give better feedback + - A few other small fixes + 2.0.1 (2011-04-26) - Fix sorting bug when 'ignorecase' is set diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 29e7841..978788a 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.1 +" Version: 2.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 42e521e..7b0f0b5 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.1 +" Version: 2.1 if exists("b:current_syntax") finish