diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-10-31 19:18:28 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-10-31 20:31:37 +0100 |
commit | cdaa417e8c24ca8d59bde11b27ff7c6859d71088 (patch) | |
tree | 5700a4642b469c3a3f274072999f2a1bf69bd8fa /runtime/doc/nvim_python.txt | |
parent | 1b9e4d77310cd5e85d2fb9f2bd56b13550f9d2d7 (diff) | |
download | rneovim-cdaa417e8c24ca8d59bde11b27ff7c6859d71088.tar.gz rneovim-cdaa417e8c24ca8d59bde11b27ff7c6859d71088.tar.bz2 rneovim-cdaa417e8c24ca8d59bde11b27ff7c6859d71088.zip |
Fix python setup: Fix issue for users not using python.
Diffstat (limited to 'runtime/doc/nvim_python.txt')
-rw-r--r-- | runtime/doc/nvim_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/nvim_python.txt b/runtime/doc/nvim_python.txt index b618562900..9e6f408657 100644 --- a/runtime/doc/nvim_python.txt +++ b/runtime/doc/nvim_python.txt @@ -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. |