commit | 98ffe4c6d8bded840436cfec0f26dd9c9bce4939 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 23:01:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 23:01:39 2019 +0200 |
tree | b2a10664f55c91ee37548e01300ada9613a2a1ee | |
parent | 93d77b2cbec08518ee426d0c44c50cf505732443 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 06a7a5f..32066b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1295, +/**/ 1294, /**/ 1293,