Merge pull request #1367 from elmart/python-setup-fix

Fix python setup: Fix issue for users not using python.
This commit is contained in:
Justin M. Keyes
2014-10-31 15:43:42 -04:00
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ simple step-by-step:
loaded:
>
if has('nvim')
runtime! plugin/python_setup.vim
runtime! python_setup.vim
endif
<
Most python plugins created for Vim 7.3 should work after these steps.