Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
David Halter
2013-08-07 10:37:31 +04:30
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ There is also support for goto and renaming.
Get the latest from `github <http://github.com/davidhalter/jedi-vim>`_. Get the latest from `github <http://github.com/davidhalter/jedi-vim>`_.
You can get the Jedi library is documented You can get the Jedi library documentation
`here <http://github.com/davidhalter/jedi>`_. `here <http://github.com/davidhalter/jedi>`_.

View File

@@ -87,7 +87,7 @@ jedi for anything but this plugin. How to do this is detailed below.
1b. If you want to install jedi as a submodule instead, issue this command: > 1b. If you want to install jedi as a submodule instead, issue this command: >
git clone --recursive http://github/davidhalter/jedi-vim git clone --recursive http://github.com/davidhalter/jedi-vim
2. Put the plugin files into their respective folders in your vim runtime 2. Put the plugin files into their respective folders in your vim runtime
directory (usually ~/.vim). Be sure to pay attention to the directory directory (usually ~/.vim). Be sure to pay attention to the directory
@@ -108,7 +108,7 @@ Pathogen simplifies installation considerably.
1b. Again, if you want to install jedi as a submodule, use this command 1b. Again, if you want to install jedi as a submodule, use this command
instead: > instead: >
git clone --recursive http://github/davidhalter/jedi-vim git clone --recursive http://github.com/davidhalter/jedi-vim
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
2.3. Installing using Vundle *jedi-vim-installation-vundle* 2.3. Installing using Vundle *jedi-vim-installation-vundle*