commit | a2b3e7dc9201fb3d8782c6b4ab53862160e254da | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 17:24:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 26 17:24:34 2021 +0100 |
tree | 4a1c0957ed635705f46d65cc87147ac05d79d741 | |
parent | 0a1a6a1aa4004d0e4d64cc375540156b8bd92a87 [diff] [blame] |
patch 8.2.2656: some command line arguments and regexp errors not tested Problem: Some command line arguments and regexp errors not tested. Solution: Add a few test cases. (Dominique Pellé, closes #8013)
diff --git a/src/version.c b/src/version.c index 4cf2c0a..c1e795b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2656, +/**/ 2655, /**/ 2654,