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

Add note about Universal ctags

This commit is contained in:
fievel
2017-02-06 15:54:07 +01:00
committed by GitHub
parent 68eebbb50c
commit 73cb823d09

View File

@@ -18,7 +18,9 @@ creates the tags it needs on-the-fly in-memory without creating any files.
## Dependencies
[Vim 7.0](http://www.vim.org/) (But see note below)
[Exuberant ctags 5.5](http://ctags.sourceforge.net/)
[Exuberant ctags 5.5](http://ctags.sourceforge.net/) or
[Universal Ctags](https://ctags.io/) which is a fork of exuberant ctags
continuing the development.
## Installation