google/vim-maktaba

maktaba#syscall# doesn't work properly for Windows

開放

#215 建立於 2018年6月23日

 (3 則留言) (0 個反應) (0 位負責人)Vim Script (41 個分叉)auto 404
help wantedplatform-windows

倉庫指標

星標
 (588 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The syscall support in maktaba tries to force /bin/sh when it checks if the shell value is usable, and doesn't work properly on Windows. Configuring it to allow cmd might help, but there may be other assumptions on what syntax the shell supports that won't work properly with Windows' cmd program.

When users are running into this issue, the symptom is that syscalls are failing with E484: Can't open file C:\Users\<me>\AppData\Local\Temp\VIoFBAB.tmp.

貢獻者指南