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:
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
5093,
|
||||
/**/
|
||||
5092,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user