editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.14k stars 139 forks source link

Speed up Windows Appveyor tests #200

Closed cxw42 closed 1 year ago

cxw42 commented 2 years ago

The Windows build of #199 ran out of time --- https://ci.appveyor.com/project/xuhdev/editorconfig-vim/builds/45234274/job/c2ncdng2dyya2d0n

Edit write a little C program to do the arg parsing and invoke vim, instead of using chained bat/ps1? Lots of options linked to here. Maybe choco MSYS2, then use glib's g_shell_parse_argv() from an MSYS2 program?

Edit Or just use the Linux editorconfig wrapper via msys2 bash?