summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2022-07-14 17:40:49 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-14 17:40:49 +0100
commit3a393790a4fd7a5edcafbb55cd79438b6e641714 (patch)
tree1aaec551dc7b43fef956f09b8d81e97eef1d9efe /src/version.c
parent2ebcc35826bc2deb04e5fc6d73332f55783e7f52 (diff)
patch 9.0.0053: E1281 not tested with the old regexp enginev9.0.0053
Problem: E1281 not tested with the old regexp engine. Solution: Loop over the values of 'regexp'. (Dominique Pellé, closes #10695)
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 3c4e96cf3c..9e7a9885c4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 53,
+/**/
52,
/**/
51,