commit | 3e72dcad8b752a42b6eaf71213e3f5d534175256 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 29 16:30:12 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 29 16:30:12 2021 +0200 |
tree | 078ea4eea29f9d3bd3473ce7ccd978976826ddd7 | |
parent | 1174b018a6d705ddb8c04f3d21f78ae760aa0856 [diff] [blame] |
patch 8.2.2901: some operators not fully tested Problem: Some operators not fully tested. Solution: Add a few test cases. (Yegappan Lakshmanan, closes #8282)
diff --git a/src/version.c b/src/version.c index 4223259..7c1605f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2901, +/**/ 2900, /**/ 2899,