mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 03:20:27 +01:00
Accommodate packagers with tagged release; using HEAD still recommended
This commit is contained in:
@@ -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.
|
||||
"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user