summaryrefslogtreecommitdiff
path: root/test/vimrc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-08 21:54:43 +0100
committerw0rp <devw0rp@gmail.com>2017-09-08 21:54:43 +0100
commita33b3f189dc6ff4c5fe04adb2860b6ec09d2d4fb (patch)
treefad30538fc9da8731b33f9b8899f7066da4a0feb /test/vimrc
parent26195efa0b4fb618a52c60ab538e429c2e65742c (diff)
downloadale-a33b3f189dc6ff4c5fe04adb2860b6ec09d2d4fb.zip
Switch the AppVeyor clone directory to C:\testplugin
Diffstat (limited to 'test/vimrc')
-rw-r--r--test/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vimrc b/test/vimrc
index a0b8c8d9..c640e3e0 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -6,7 +6,7 @@ let g:ale_set_lists_synchronously = 1
" 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:\projects\ale
+ set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,C:\testplugin
else
set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin,/vader
endif