commit | 15d1635e50896002fbd4ebbc896b78a155b2487d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 20:09:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 17 20:09:08 2022 +0000 |
tree | 39de10ff0adf9f2b3cd418504a0b12130699d2a0 | |
parent | 3f3597be3ffa9ae226b2e9831e4ed64c8ae43c42 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index bee41fd..dbbf7d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4123, +/**/ 4122, /**/ 4121,