google/vim-maktaba

maktaba#syscall# doesn't work properly for Windows

Open

#215 geöffnet am 23. Juni 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Vim Script (41 Forks)auto 404
help wantedplatform-windows

Repository-Metriken

Stars
 (588 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide