]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1295: when vimrun.exe does not exist external command may fail v8.1.1295
authorBram Moolenaar <Bram@vim.org>
Tue, 7 May 2019 21:01:39 +0000 (23:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 May 2019 21:01:39 +0000 (23:01 +0200)
commit98ffe4c6d8bded840436cfec0f26dd9c9bce4939
treeb2a10664f55c91ee37548e01300ada9613a2a1ee
parent93d77b2cbec08518ee426d0c44c50cf505732443
patch 8.1.1295: when vimrun.exe does not exist external command may fail

Problem:    When vimrun.exe does not exist external command may fail.
Solution:   Use "cmd /c" twice to get the same behavior. (Ken Takata,
            closes #4355)
src/os_win32.c
src/version.c