mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 15:28:17 +00:00
runtime: Fix rpcstop call in python_setup.vim
This commit is contained in:
@@ -42,5 +42,5 @@ let s:pyhost_id = rpcstart(s:python_interpreter,
|
|||||||
" by the user's vimrc would not get has('python') == 1
|
" by the user's vimrc would not get has('python') == 1
|
||||||
if rpcrequest(s:pyhost_id, 'python_eval', '"o"+"k"') != 'ok' || !has('python')
|
if rpcrequest(s:pyhost_id, 'python_eval', '"o"+"k"') != 'ok' || !has('python')
|
||||||
" Something went wrong
|
" Something went wrong
|
||||||
rpcstop(s:pyhost_id)
|
call rpcstop(s:pyhost_id)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user