summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-27 21:33:10 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-27 21:33:10 +0200
commit601e76ac3c8fa5d65ac04647a762792ea343ebd5 (patch)
tree787a9de42ab520a3e339a64e6c2116552178692e /src/version.c
parent228e62975e7aef9d6224a5a7c43625c1c1494fc2 (diff)
downloadvim-git-601e76ac3c8fa5d65ac04647a762792ea343ebd5.tar.gz
patch 8.2.1527: Vim9: cannot use a function name at script levelv8.2.1527
Problem: Vim9: cannot use a function name as a function reference at script level. Solution: Check if a name is a function name. (closes #6789)
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 514cc6890..0b6328187 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1527,
+/**/
1526,
/**/
1525,