mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-22 20:25:47 +08:00
parent
a9fc0fc46b
commit
fb5b7f61d1
|
@ -17,7 +17,7 @@ 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)
|
||||
[Vim 7.3.1058](http://www.vim.org/)
|
||||
[Exuberant ctags 5.5](http://ctags.sourceforge.net/)
|
||||
|
||||
## Installation
|
||||
|
@ -28,12 +28,6 @@ Extract the archive or clone the repository into a directory in your
|
|||
`:helptags` if your plugin manager doesn't do it for you so you can access the
|
||||
documentation with `:help tagbar`.
|
||||
|
||||
Note: Vim versions < 7.0.167 have a bug that prevents Tagbar from working. If
|
||||
you are affected by this use this alternate Tagbar download instead:
|
||||
[zip](https://github.com/majutsushi/tagbar/zipball/70fix). It is on par with
|
||||
version 2.2 but probably won't be updated after that due to the amount of
|
||||
changes required.
|
||||
|
||||
If the ctags executable is not installed in one of the directories in your
|
||||
`$PATH` environment variable you have to set the `g:tagbar_ctags_bin`
|
||||
variable, see the documentation for more info.
|
||||
|
|
Loading…
Reference in New Issue
Block a user