summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-07 20:47:20 +0100
committerw0rp <devw0rp@gmail.com>2023-09-07 20:47:20 +0100
commit9713faf192cb182bca370c236121f139c4008782 (patch)
treea4456fdf96281faae1e1f4d9eaa0eace6a90769e /test
parentd52c3db238bd0761d72070792ebdb383cc7b8ffe (diff)
downloadale-9713faf192cb182bca370c236121f139c4008782.zip
Attempt running Windows rests relative to GitHub dir
Diffstat (limited to 'test')
-rw-r--r--test/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vimrc b/test/vimrc
index 3f80c636..f04e5cae 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -9,7 +9,7 @@ hi link aleerrorline spellbad
" Load builtin plugins
" We need this because run_vim.sh sets -i NONE
if has('win32')
- set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,C:\testplugin
+ set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,$PWD/vader,C:\testplugin,$PWD
else
set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin,/vader
endif