1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-03-21 19:29:26 +01:00
parent 3c2881dc11
commit b2964f2570
3 changed files with 42 additions and 4 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
501,
/**/
500,
/**/