mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
provider/pythonx: add reference to ":help nvim-python" for error
This commit is contained in:
committed by
Florian Walch
parent
905f34cf30
commit
6fa10ab9cb
@@ -64,7 +64,7 @@ function! s:check_interpreter(prog, ver, skip) abort
|
||||
\ '''import importlib; exit(importlib.find_loader("neovim") is None)''')
|
||||
\ )
|
||||
if v:shell_error
|
||||
return [0, 'Python'.a:ver.' interpreter ('.a:prog.') has no neovim module installed.', ver]
|
||||
return [0, 'Python'.a:ver.' interpreter ('.a:prog.') has no neovim module installed. See ":help nvim-python".', ver]
|
||||
endif
|
||||
return [1, '', ver]
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user