From: Yegappan Lakshmanan Date: Mon, 20 Mar 2023 01:33:36 +0000 (-0700) Subject: Update the path to Vim X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=473f8f20f2d768350ed3582db7127fb0e9b33c87;p=vim-lsp.git Update the path to Vim --- diff --git a/test/run_tests.sh b/test/run_tests.sh index 73e360b..7a73752 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -2,9 +2,7 @@ # Script to run the unit-tests for the LSP Vim plugin -#VIMPRG=${VIMPRG:=$(which vim)} -export VIMRUNTIME=/home/yega/bin/vim90/share/vim/vim90 -export VIMPRG=/home/yega/bin/vim90/bin/vim +VIMPRG=${VIMPRG:=$(which vim)} if [ -z "$VIMPRG" ]; then echo "ERROR: $VIMPRG is not found in PATH" exit 1