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:
@@ -4,7 +4,7 @@
|
||||
" Author: Jan Larres <jan@majutsushi.net>
|
||||
" 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.
|
||||
"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
" Author: Jan Larres <jan@majutsushi.net>
|
||||
" 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.
|
||||
"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
" Author: Jan Larres <jan@majutsushi.net>
|
||||
" Licence: Vim licence
|
||||
" Website: http://majutsushi.github.com/tagbar/
|
||||
" Version: 2.6.1
|
||||
" Version: 2.7
|
||||
|
||||
scriptencoding utf-8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user