commit | 004a6781b3cf15ca5dd632c38cc09bb3b253d1f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 17:09:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 17:09:31 2020 +0200 |
tree | 7f71edb5284a22ff7e24b638303e0f5c1f5988d6 | |
parent | d1caa941d876181aae0ebebc6ea954045bf0da24 [diff] [blame] |
patch 8.2.0540: regexp and other code not tested Problem: Regexp and other code not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5904)
diff --git a/src/version.c b/src/version.c index 2bba57d..be24594 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 540, +/**/ 539, /**/ 538,