From e872e67641e602fb197c00f3dc5236753d5ba1fc Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Thu, 23 Jan 2014 23:17:00 +1300 Subject: [PATCH] Version 2.6.1 --- autoload/tagbar.vim | 2 +- doc/tagbar.txt | 9 ++++++++- plugin/tagbar.vim | 2 +- syntax/tagbar.vim | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 9cb7b2d..54fa0aa 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.6 +" Version: 2.6.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/doc/tagbar.txt b/doc/tagbar.txt index 86f8a92..06174a1 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.6 +Version: 2.6.1 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -1231,6 +1231,13 @@ file. ============================================================================== 8. History *tagbar-history* +2.6.1 (2014-01-23) + - Automatically close the preview window when jumping to a tag + - Don't forget the previous window in certain situations, which was + causing problems with for example fugitive + - Fixed toggling kind-specific folds + - Fixed ctags error that can happen with Cygwin + 2.6 (2013-12-06) - Added possibility to show tags in the preview window, either manually or automatically. diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index fa6ea06..3ebe6e4 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.6 +" Version: 2.6.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 061286a..a1d450b 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.6 +" Version: 2.6.1 scriptencoding utf-8