From cdaa417e8c24ca8d59bde11b27ff7c6859d71088 Mon Sep 17 00:00:00 2001 From: Eliseo Martínez Date: Fri, 31 Oct 2014 19:18:28 +0100 Subject: Fix python setup: Fix issue for users not using python. --- runtime/doc/nvim_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/nvim_python.txt') 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. -- cgit