1
0
forked from aniani/vim

patch 8.2.4679: cannot have expandcmd() give an error message for mistakes

Problem:    Cannot have expandcmd() give an error message for mistakes.
Solution:   Add an optional argument to give errors. Fix memory leak when
            expanding files fails. (Yegappan Lakshmanan, closes #10071)
This commit is contained in:
Yegappan Lakshmanan
2022-04-03 21:30:32 +01:00
committed by Bram Moolenaar
parent 1061195057
commit 2b74b6805b
6 changed files with 50 additions and 13 deletions

View File

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