forked from aniani/vim
patch 8.2.4667: expandcmd() fails on an error
Problem: expandcmd() fails on an error. Solution: On failure return the command unmodified. (yegappan Lakshmanan, closes #10063)
This commit is contained in:
committed by
Bram Moolenaar
parent
97f8c1081e
commit
5018a836c0
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4667,
|
||||
/**/
|
||||
4666,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user