From 8cebd43e9774d2624af43ee5b86939886f2ba490 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 8 Nov 2020 12:49:47 +0100 Subject: patch 8.2.1968: Vim9: has() assumes a feature does not change dynamically Problem: Vim9: has() assumes a feature does not change dynamically. Solution: Check whether a feature may change dynamically. (closes #7265) --- 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 fe89862d4..40f385164 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 */ +/**/ + 1968, /**/ 1967, /**/ -- cgit v1.2.1