Accommodate packagers with tagged release; using HEAD still recommended

This commit is contained in:
Caleb Maclennan 2021-01-21 07:50:02 +03:00
parent 59eef1364d
commit 16f3f9b77b
No known key found for this signature in database
GPG Key ID: 63CC496475267693
4 changed files with 12 additions and 4 deletions

View File

@ -4,7 +4,7 @@
" Author: Jan Larres <jan@majutsushi.net>
" Licence: Vim licence
" Website: https://preservim.github.io/tagbar
" Version: 2.7
" Version: 3.0.0
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
" Yegappan Lakshmanan and uses a small amount of code from it.
"

View File

@ -3,7 +3,7 @@
Author: Jan Larres <jan@majutsushi.net>
Licence: Vim licence, see |license|
Homepage: https://preservim.github.io/tagbar
Version: 2.7
Version: 3.0.0
==============================================================================
Contents *tagbar* *tagbar-contents*
@ -1874,6 +1874,14 @@ Known issues~
==============================================================================
8. History *tagbar-history*
3.0.0 (2021-01-21)
- Massive rollup with years of small changes, see `git log v2.7..v3.0.0`
- New upstream project namespace (Preservim) and maintainers
- Deprecate Exuberant Ctags, primarily support Universal Ctags
- Add lots of configuration options (see `:help tagbar`)
- Add utility functions to ease integration with other plugins
- Support many new filetypes out of the box
2.7 (2017-01-09)
- Added support for Universal Ctags, courtesy of Dmytro Konstantinov
- Added option to arrange Tagbar window vertically

View File

@ -4,7 +4,7 @@
" Author: Jan Larres <jan@majutsushi.net>
" Licence: Vim licence
" Website: https://preservim.github.io/tagbar
" Version: 2.7
" Version: 3.0.0
" Note: This plugin was heavily inspired by the 'Taglist' plugin by
" Yegappan Lakshmanan and uses a small amount of code from it.
"

View File

@ -3,7 +3,7 @@
" Author: Jan Larres <jan@majutsushi.net>
" Licence: Vim licence
" Website: https://preservim.github.io/tagbar
" Version: 2.7
" Version: 3.0.0
scriptencoding utf-8