From afef973262bea3fe1563dc0571bb4168ac0914aa Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 19 Jul 2019 21:32:04 +0200 Subject: doc [ci skip] #10383 - test/README.md: document luassert `TableFormatLevel` - CONTRIBUTING.md: absorb parts of the old "Development tips" wiki page --- runtime/autoload/python3complete.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/autoload/python3complete.vim') 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 -- cgit