commit | 4d23c52824dd2f4577eb980e7d91feed34052755 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 18:42:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 18:42:11 2020 +0200 |
tree | 03c52af249a56f3c89bea0b255220a4a4a098e32 | |
parent | 25d57009520f0e590920b9f953b1cbbb358e72a2 [diff] [blame] |
patch 8.2.0535: regexp patterns not fully tested Problem: Regexp patterns not fully tested. Solution: Add more regexp tests and others. (Yegappan Lakshmanan, closes #5901)
diff --git a/src/version.c b/src/version.c index 2eadd13..78bb332 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 535, +/**/ 534, /**/ 533,