summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-09 18:42:11 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-09 18:42:11 +0200
commit4d23c52824dd2f4577eb980e7d91feed34052755 (patch)
tree03c52af249a56f3c89bea0b255220a4a4a098e32 /src/version.c
parent25d57009520f0e590920b9f953b1cbbb358e72a2 (diff)
patch 8.2.0535: regexp patterns not fully testedv8.2.0535
Problem: Regexp patterns not fully tested. Solution: Add more regexp tests and others. (Yegappan Lakshmanan, closes #5901)
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 2eadd13049..78bb33262e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 535,
+/**/
534,
/**/
533,