ci: run oldtests in Appveyor #7705

This commit is contained in:
Jan Edmund Lazo
2017-12-08 10:42:30 -05:00
committed by Justin M. Keyes
parent 3cc7ebf810
commit 4a5bc6275d
3 changed files with 27 additions and 5 deletions

View File

@@ -2,6 +2,12 @@
" Always use "sh", don't use the value of "$SHELL".
set shell=sh
if has('win32')
set shellcmdflag=-c shellxquote= shellxescape= shellquote=
let &shellredir = '>%s 2>&1'
set shellslash
endif
" Don't depend on system locale, always use utf-8
set encoding=utf-8