summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorlagygoill <lacygoill@lacygoill.me>2023-03-10 18:37:11 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-10 18:37:11 +0000
commit4df0772a41c361a1c40d220f6fad0b1e1653fc5b (patch)
treed3611ca8d53da5191cb168e59e9d1142096e89d0 /src/version.c
parentc0bdbfb2ee026e913e23a5d6bcaa97d44d9a6406 (diff)
patch 9.0.1399: highlight test script has a few problemsv9.0.1399
Problem: Highlight test script has a few problems. Solution: Rewrite the script in Vim9 syntax. (closes #10379)
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 eb3fc5dc48..56f6cb4c9c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1399,
+/**/
1398,
/**/
1397,