1
0
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:
Yegappan Lakshmanan
2022-04-02 21:12:21 +01:00
committed by Bram Moolenaar
parent 97f8c1081e
commit 5018a836c0
4 changed files with 27 additions and 17 deletions

View File

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