aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/python3complete.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/autoload/python3complete.vim')
-rw-r--r--runtime/autoload/python3complete.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/python3complete.vim b/runtime/autoload/python3complete.vim
index f0f3aaddb3..a3b057d4d0 100644
--- a/runtime/autoload/python3complete.vim
+++ b/runtime/autoload/python3complete.vim
@@ -44,7 +44,7 @@
"
if !has('python3')
- echo "Error: Required vim compiled with +python3"
+ echo 'Error: Requires python3 + pynvim. :help provider-python'
finish
endif