forked from aniani/vim
patch 8.2.3360: user function completion fails with dict function
Problem: User function completion fails with dict function.
Solution: Do not stop sequencing through the list if user functions when
encountering an empty name. (Naohiro Ono, closes #8765,
closes #8774)
This commit is contained in:
committed by
Bram Moolenaar
parent
c66f645b80
commit
5aec755b67
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3360,
|
||||
/**/
|
||||
3359,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user