From ced68a0070dac059fc978a1a99e2893edf158116 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 24 Jan 2021 17:53:47 +0100 Subject: patch 8.2.2403: Vim9: profiling if/elseif/endif not correct Problem: Vim9: profiling if/elseif/endif not correct. Solution: Add profile instructions. Fix that "elseif" was wrong. --- 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 1a7994b9c..554231fd0 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 */ +/**/ + 2403, /**/ 2402, /**/ -- cgit v1.2.1