commit | cfb4d4f312e740c2fbb70c29c47cf74a76f8b605 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 19:19:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 19:19:04 2022 +0100 |
tree | 72cdebc2780ff1e053637b5b820798be43a2532f | |
parent | a5d1a67bee5672786c4b172f66ae4391e7b0cc57 [diff] [blame] |
patch 9.0.0630: in Vim9 script a numbered function cannot be called Problem: In Vim9 script a numbered function cannot be called. Solution: Do not require "g:" before a numbered function name. (closes #11254)
diff --git a/src/version.c b/src/version.c index 8475d7e..5bc3ba5 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 630, +/**/ 629, /**/ 628,