diff --git a/README.md b/README.md index eceddbe..704ec35 100644 --- a/README.md +++ b/README.md @@ -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.