mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
ci: run oldtests in Appveyor #7705
This commit is contained in:

committed by
Justin M. Keyes

parent
3cc7ebf810
commit
4a5bc6275d
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user