commit | 6ce1b59228b94f4a5b076af75b091e14483c1392 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 16:06:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 14 16:06:07 2022 +0100 |
tree | 43757b172327bf80229d55dfed2732a20d110caf | |
parent | 48ce135e6d45e6c10ed0c0fc4cb8433bf647672a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f21efe1..50c6ed3 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5093, +/**/ 5092, /**/ 5091,