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:
committed by
Bram Moolenaar
parent
1061195057
commit
2b74b6805b
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4679,
|
||||
/**/
|
||||
4678,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user