1
0
forked from aniani/vim

patch 8.2.5093: error message for unknown command may have the command twice

Problem:    Error message for unknown command may mention the command twice.
            (Malcolm Rowe)
Solution:   Add the did_append_cmd flag. (closes #10570)
This commit is contained in:
Bram Moolenaar
2022-06-14 16:06:07 +01:00
parent 48ce135e6d
commit 6ce1b59228
2 changed files with 5 additions and 1 deletions

View File

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