forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
afd4ae35d6
commit
5de4c4372d
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4483,
|
||||
/**/
|
||||
4482,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user