From 53e9cb030e143b6286ed06255fef018265edd311 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 9 Jan 2017 17:26:17 +1300 Subject: [PATCH] Version 2.7 --- autoload/tagbar.vim | 2 +- doc/tagbar.txt | 18 +++++++++++++++++- plugin/tagbar.vim | 2 +- syntax/tagbar.vim | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 5371e54..98ebc4e 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.1 +" Version: 2.7 " 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 05a5de0..63b6883 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.1 +Version: 2.7 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -1342,6 +1342,22 @@ Known issues~ ============================================================================== 8. History *tagbar-history* +2.7 (2017-01-09) + - Added support for Universal Ctags, courtesy of Dmytro Konstantinov + - Added option to arrange Tagbar window vertically + - Added case-insensitive sort option, courtesy of Martin Vuille + - Added option to configure zoom width + - Added option to hide non-public tags + - Added "silent" option to disable the display of tag information in the + command line, courtesy of Anmol Sethi + - Added mappings for moving between folds + - Improved handling of calling :bdelete/:bwipeout/:quit when Tagbar is + open + - Improved handling of multiple tabs with separate Tagbar instances, + courtesy of Martin Vuille + - Better handling of various errors to allow Tagbar to continue working + - Various other small improvements and bugfixes + 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 diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 3b9ef03..cc03e38 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.1 +" Version: 2.7 " 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 a1d450b..ef7686e 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.1 +" Version: 2.7 scriptencoding utf-8