From 4df0772a41c361a1c40d220f6fad0b1e1653fc5b Mon Sep 17 00:00:00 2001 From: lagygoill Date: Fri, 10 Mar 2023 18:37:11 +0000 Subject: patch 9.0.1399: highlight test script has a few problems Problem: Highlight test script has a few problems. Solution: Rewrite the script in Vim9 syntax. (closes #10379) --- 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 eb3fc5dc48..56f6cb4c9c 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1399, /**/ 1398, /**/ -- cgit v1.2.3