1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Version 2.7

This commit is contained in:
Jan Larres
2017-01-09 17:26:17 +13:00
parent 1c8feee61f
commit 53e9cb030e
4 changed files with 20 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
Author: Jan Larres <jan@majutsushi.net>
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