commit | 8c8b8bb56c724cc1bfc3d8520eec33f2d399697c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 17:48:04 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 17:48:04 2019 +0100 |
tree | 62748a3e2cc6168a4d8eb8799ed8708c5575a278 | |
parent | 8309b0559da6e9a581a7816572594c90c2d7f942 [diff] [blame] |
patch 8.1.0741: viminfo with Blob is not tested Problem: Viminfo with Blob is not tested. Solution: Extend the viminfo test. Fix reading a blob. Fixed storing a special variable value.
diff --git a/src/version.c b/src/version.c index d868137..a7ed174 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 741, +/**/ 740, /**/ 739,