commit | 5de4c4372d4366bc85cb66efb3e373439b9471c5 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Feb 28 13:28:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 28 13:28:38 2022 +0000 |
tree | 03a6aea2f9b80a06bc66775e4ea88168dd2d148d | |
parent | afd4ae35d66b2e7732eceb5ad9f6b4ece6b7c64c [diff] [blame] |
patch 8.2.4483: command completion makes two rounds to collect matches Problem: Command completion makes two rounds to collect matches. Solution: Use a growarray to collect matches. (Yegappan Lakshmanan, closes #9860)
diff --git a/src/version.c b/src/version.c index 9c9ddeb..9ba8bb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4483, +/**/ 4482, /**/ 4481,