Merge pull request #327 from beaumartinez/patch-1

Use newer Vundle syntax
This commit is contained in:
Dave Halter
2014-11-18 13:53:37 +01:00

View File

@@ -125,11 +125,11 @@ Pathogen simplifies installation considerably.
will automatically get the jedi library with the jedi-vim plugin. Add the
following to the Bundles section in your .vimrc file: >
Bundle 'git://github.com/davidhalter/jedi-vim'
Plugin 'davidhalter/jedi-vim'
2. Issue the following command in Vim: >
:BundleInstall
:PluginInstall
Help tags are generated automatically, so you should be good to go.