E484: Can't open file C:\Users\....\AppData\Local\Temp\VIoCC2F.tmp
I am using GVIM on windows with the WSL subsytem. It looks like the way the escape sequences work has changed.
2019/5/23 Thu 9:36:27 UTC+9 Ken Takata wrote:
> That's too bad.
> Unfortunately, I cannot repoduce this yet.
> Does this simple case work?
>
> gvim --clean
> :echo system('dir')
>
> Does the problem occur only with gvim? not on vim.exe?
Ah! `gui.in_use` is not set when system() is executed from _vimrc.
How about the attached patch?
Regards,
Ken Takata