aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/provider/pythonx.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-16 01:48:05 -0400
committerGitHub <noreply@github.com>2016-06-16 01:48:05 -0400
commit51fe40a03389a9a6fa81d149f135527efcb3f722 (patch)
tree6ebbf8e64b1f8323070d1cd218e0e9c473b791f7 /runtime/autoload/provider/pythonx.vim
parent1b1be69cd6101dc3276f35de5aa54a8334846609 (diff)
parent464bc16f81361a461c1da2769f13cebd82f067be (diff)
downloadrneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.tar.gz
rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.tar.bz2
rneovim-51fe40a03389a9a6fa81d149f135527efcb3f722.zip
Merge #4923 from justinmk/doc
doc: cleanup
Diffstat (limited to 'runtime/autoload/provider/pythonx.vim')
-rw-r--r--runtime/autoload/provider/pythonx.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/provider/pythonx.vim b/runtime/autoload/provider/pythonx.vim
index c3256e8308..0ebf00112f 100644
--- a/runtime/autoload/provider/pythonx.vim
+++ b/runtime/autoload/provider/pythonx.vim
@@ -106,7 +106,7 @@ function! s:check_interpreter(prog, major_ver, skip) abort
if v:shell_error == 2
return [0, prog_path . ' does not have the neovim module installed. '
- \ . 'See ":help nvim-python".']
+ \ . 'See ":help provider-python".']
elseif v:shell_error == 127
" This can happen with pyenv's shims.
return [0, prog_path . ' does not exist: ' . prog_ver]