]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Update the path to Vim
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 20 Mar 2023 01:33:36 +0000 (18:33 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 20 Mar 2023 01:33:36 +0000 (18:33 -0700)
test/run_tests.sh

index 73e360bed44559a5a2393a4e562d8282f72dfee9..7a73752e601fa4c1c65f74b88fd460d42fb0e5a3 100755 (executable)
@@ -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