commit | 0062c2d4f91caa2360933068ac46c55bdd303b53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:14:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 22:14:31 2020 +0100 |
tree | 0fbf8099a83a8c22af96f38bc5745be071e70df8 | |
parent | f575adff06d4bc5f670939567ce86974683deb7a [diff] [blame] |
patch 8.2.0288: Vim9: some float and blob operators not tested Problem: Vim9: some float and blob operators not tested. Solution: Add float and blob tests. Fix addition.
diff --git a/src/version.c b/src/version.c index 4be1aa3..39a0fda 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 288, +/**/ 287, /**/ 286,