commit | 6c7cc347af4f4bc1bf180d80ef81413f89e78f56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 16:38:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 17 16:38:50 2021 +0200 |
tree | bf7ac5b7612675e6f6bebc4f1c810fadebddff90 | |
parent | 56994d215815139207f3c5ce02a1720e44e93c09 [diff] [blame] |
patch 8.2.2774: Vim9: cannot import an existing name even when using "as" Problem: Vim9: cannot import an existing name even when using "as". Solution: Do not check for an existing name when using "as". (closes #8113)
diff --git a/src/version.c b/src/version.c index 113ba8f..5d26348 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2774, +/**/ 2773, /**/ 2772,