From 473f8f20f2d768350ed3582db7127fb0e9b33c87 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 19 Mar 2023 18:33:36 -0700 Subject: [PATCH] Update the path to Vim --- test/run_tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.48.1