summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-03-10 18:28:12 +0000
committerBram Moolenaar <Bram@vim.org>2023-03-10 18:28:12 +0000
commitc0bdbfb2ee026e913e23a5d6bcaa97d44d9a6406 (patch)
tree283649c1b6edeb5046cde61934faf460d451fa12 /src/version.c
parent6a7c7749204b256e779c245b1e999bf852ad7b64 (diff)
patch 9.0.1398: profile test repeats the headers many timesv9.0.1398
Problem: Profile test repeats the headers many times. Solution: Put the headers in script variables.
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 b81b38d955..eb3fc5dc48 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 */
/**/
+ 1398,
+/**/
1397,
/**/
1396,