From e535db86e76db5e8fcd2fa8ad54050e171e8adc3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 31 Mar 2021 21:07:24 +0200 Subject: patch 8.2.2680: Vim9: problem defining a script variable from legacy function Problem: Vim9: problem defining a script variable from legacy function. Solution: Check if the script is Vim9, not the current syntax. (closes #8032) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 4947b56357..d448b94802 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2680, /**/ 2679, /**/ -- cgit v1.2.3