summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-30 19:19:04 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-30 19:19:04 +0100
commitcfb4d4f312e740c2fbb70c29c47cf74a76f8b605 (patch)
tree72cdebc2780ff1e053637b5b820798be43a2532f /src/version.c
parenta5d1a67bee5672786c4b172f66ae4391e7b0cc57 (diff)
downloadvim-git-cfb4d4f312e740c2fbb70c29c47cf74a76f8b605.tar.gz
patch 9.0.0630: in Vim9 script a numbered function cannot be calledv9.0.0630
Problem: In Vim9 script a numbered function cannot be called. Solution: Do not require "g:" before a numbered function name. (closes #11254)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8475d7e02..5bc3ba5da 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 630,
+/**/
629,
/**/
628,