1
0
forked from aniani/vim

patch 8.2.2340: win_execute() unexpectedly returns number zero when failing

Problem:    win_execute() unexpectedly returns number zero when failing.
Solution:   Return an empty string. (closes #7665)
This commit is contained in:
Bram Moolenaar
2021-01-12 22:08:53 +01:00
parent a47e05f04a
commit 37487e16da
4 changed files with 13 additions and 0 deletions

View File

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