From: Andreas Louv Date: Mon, 3 Apr 2023 22:07:13 +0000 (+0200) Subject: $VIMPRG is always empty when printed, escape it to make the message actual helpful X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4e15a2567b9d295a268629ea960040c0540e2b4b;p=vim-lsp.git $VIMPRG is always empty when printed, escape it to make the message actual helpful --- diff --git a/test/run_tests.sh b/test/run_tests.sh index b7bde7f..a68e0b9 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -4,7 +4,7 @@ VIMPRG=${VIMPRG:=$(which vim)} if [ -z "$VIMPRG" ]; then - echo "ERROR: $VIMPRG is not found in PATH" + echo "ERROR: vim (\$VIMPRG) is not found in PATH" exit 1 fi