1
0
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:
naohiro ono
2021-08-19 21:20:41 +02:00
committed by Bram Moolenaar
parent c66f645b80
commit 5aec755b67
3 changed files with 14 additions and 3 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3360,
/**/
3359,
/**/