aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/python_setup.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/plugin/python_setup.vim')
-rw-r--r--runtime/plugin/python_setup.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/plugin/python_setup.vim b/runtime/plugin/python_setup.vim
index db8c6e3251..3a6c61bd1d 100644
--- a/runtime/plugin/python_setup.vim
+++ b/runtime/plugin/python_setup.vim
@@ -42,5 +42,5 @@ let s:pyhost_id = rpcstart(s:python_interpreter,
" by the user's vimrc would not get has('python') == 1
if rpcrequest(s:pyhost_id, 'python_eval', '"o"+"k"') != 'ok' || !has('python')
" Something went wrong
- rpcstop(s:pyhost_id)
+ call rpcstop(s:pyhost_id)
endif