mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
doc/python: cleanup
- Move info to providers.txt - Remove "nvim-" prefix. - Brevity, clarity, ...
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user