commit | 05500ece6282407f9f7227aaf564e24147326863 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 19:10:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 19:10:33 2019 +0100 |
tree | e7a2edc95b8ffc7e50fb542f7447ed7030e03570 | |
parent | 8c8b8bb56c724cc1bfc3d8520eec33f2d399697c [diff] [blame] |
patch 8.1.0742: not all Blob operations are tested Problem: Not all Blob operations are tested. Solution: Add more testing for Blob.
diff --git a/src/version.c b/src/version.c index a7ed174..ec50b49 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 742, +/**/ 741, /**/ 740,