google/vim-maktaba

maktaba#syscall# doesn't work properly for Windows

Open

#215 创建于 2018年6月23日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Vim Script (41 fork)auto 404
help wantedplatform-windows

仓库指标

Star
 (588 star)
PR 合并指标
 (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.

贡献者指南