From 81cfb3f9038ca6de5716dc170212e29dfb0bf94f Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sat, 24 Dec 2011 18:14:54 +1300 Subject: [PATCH] Version 2.3 --- autoload/tagbar.vim | 2 +- doc/tagbar.txt | 12 +++++++++++- plugin/tagbar.vim | 2 +- syntax/tagbar.vim | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 5014f8d..48ad320 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -4,7 +4,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: http://majutsushi.github.com/tagbar/ -" Version: 2.2 +" Version: 2.3 " 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/doc/tagbar.txt b/doc/tagbar.txt index 9b70d7d..cb9a3e3 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.2 +Version: 2.3 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -898,6 +898,16 @@ file. ============================================================================== 8. History *tagbar-history* +2.3 (2011-12-24) + - Add a convenience function that allows more flexible ways to + automatically open Tagbar. + - Replace option tagbar_usearrows with tagbar_iconchars to allow custom + characters to be specified. This helps with fonts that don't display the + default characters properly. + - Remove the need to provide the complete jsctags configuration if jsctags + is not found in $PATH, now only the concrete path has to be specified. + - Add debugging functionality. + 2.2 (2011-11-26) - Small incompatible change: TagbarOpen now doesn't jump to the Tagbar window anymore if it is already open. Use "TagbarOpen j" instead or see diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 5704d93..a078a18 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.2 +" Version: 2.3 " 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 2c76280..49b2ddc 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.2 +" Version: 2.3 scriptencoding utf-8