forked from aniani/vim
patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"
Problem: getcompletion() does not work properly when 'wildoptions
contains "fuzzy".
Solution: Do not use addstar(). (Yegappan Lakshmanan, closes #9992,
closes #9986)
This commit is contained in:
committed by
Bram Moolenaar
parent
35dc17634d
commit
e7dd0fa2c6
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4608,
|
||||
/**/
|
||||
4607,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user