summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-31 21:07:24 +0200
committerBram Moolenaar <Bram@vim.org>2021-03-31 21:07:24 +0200
commite535db86e76db5e8fcd2fa8ad54050e171e8adc3 (patch)
tree34938b8ee9c7d723ee06ae49de14e0693c826b95 /src/version.c
parentdad4473f02e1fec86d43a2fc094536a4b27d3b25 (diff)
patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680
Problem: Vim9: problem defining a script variable from legacy function. Solution: Check if the script is Vim9, not the current syntax. (closes #8032)
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 4947b56357..d448b94802 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2680,
+/**/
2679,
/**/
2678,