1
0
forked from aniani/vim

patch 8.2.4123: complete function cannot be import.Name

Problem:    Complete function cannot be import.Name.
Solution:   Dereference the function name if needed.  Also: do not see
            "import.Name" as a builtin function. (closes #9541)
This commit is contained in:
Bram Moolenaar
2022-01-17 20:09:08 +00:00
parent 3f3597be3f
commit 15d1635e50
4 changed files with 114 additions and 49 deletions

View File

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