commit | ad48e6c1590842ab6d48e6caba3e9250734dae27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 22:19:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 22:19:45 2020 +0200 |
tree | c81fe7bc66f2807223cdf76306dccf5b714f3650 | |
parent | ff06f283e3e4b3ec43012dd3b83f8454c98f6639 [diff] [blame] |
patch 8.2.0615: regexp benchmark stest is old style Problem: Regexp benchmark stest is old style. Solution: Make it a new style test. Fix using a NULL list. Add more tests. (Yegappan Lakshmanan, closes #5963)
diff --git a/src/version.c b/src/version.c index cb846f0..4662de6 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 615, +/**/ 614, /**/ 613,