aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/nvim_python.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/nvim_python.txt')
-rw-r--r--runtime/doc/nvim_python.txt2
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.