Switch the AppVeyor clone directory to C:\testplugin

This commit is contained in:
w0rp 2017-09-08 21:54:43 +01:00
parent 26195efa0b
commit a33b3f189d
2 changed files with 4 additions and 2 deletions

View file

@ -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