mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-22 20:11:42 +08:00
Clarify ctag version compatibility, closes #556
This commit is contained in:
parent
e718c189e6
commit
dcd5f446c3
14
README.md
14
README.md
|
@ -19,12 +19,16 @@ creates the tags it needs on-the-fly in-memory without creating any files.
|
|||
|
||||
## Dependencies
|
||||
|
||||
* [Vim](http://www.vim.org/) at least version 7.3.1058
|
||||
or [NeoVim](https://neovim.io/).
|
||||
* [Vim](http://www.vim.org/) >= 7.3.1058
|
||||
or any version of [NeoVim](https://neovim.io/).
|
||||
|
||||
* [Exuberant Ctags 5.5](http://ctags.sourceforge.net/)
|
||||
or [Universal Ctags](https://ctags.io) (recommended), a maintained fork of
|
||||
Exuberant Ctags.
|
||||
* [Exuberant Ctags](http://ctags.sourceforge.net/) >= 5.5,
|
||||
or (**highly recommended**) any version of [Universal
|
||||
Ctags](https://ctags.io) which is a currently maintained fork of Exuberant
|
||||
Ctags with many bugfixes, support for many more formats, and proper Unicode
|
||||
support. Some additional formats can also be handled by other providers such
|
||||
as [jsctags](https://github.com/sergioramos/jsctags),
|
||||
[phpctags](https://github.com/vim-php/phpctags), or others.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user