commit | 4131fd5509b283e978e8c6161f09643b64719787 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 16:32:53 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 16:32:53 2019 +0100 |
tree | 7b01e6afbeaf439a5a7f18c71906d8d58f107838 | |
parent | 6e0b6a0bec093b2fbc2e630312ec412f3f2c2254 [diff] [blame] |
patch 8.1.0765: string format of a Blob can't be parsed back Problem: String format of a Blob can't be parsed back. Solution: Use 0z format.
diff --git a/src/version.c b/src/version.c index 152c34e..3f0e23b 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 765, +/**/ 764, /**/ 763,