commit | b2964f2570574b4c66f3645d69956fec99f2af3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 19:29:26 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 19:29:26 2017 +0100 |
tree | 931053bca6d081b52f446469f3faa2c07371a781 | |
parent | 3c2881dc1195f53ebafc387378399ddd6cb677a7 [diff] [blame] |
patch 8.0.0501: on MS-Windows ":!start" does not work as expected Problem: On MS-Windows ":!start" does not work as expected. Solution: When creating a process fails try passing the argument to ShellExecute(). (Katsuya Hino, closes #1570)
diff --git a/src/version.c b/src/version.c index c3a4779..a1edd07 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 501, +/**/ 500, /**/ 499,