commit | 6e5ea8d2a995b32bbc5972edc4f827b959f2702f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 22:47:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 22:47:31 2019 +0100 |
tree | b1ad7d6a83f53220227122719d5eb97dd32ff1e6 | |
parent | e3c74d249ac36404d8af25f74baf335d143b30e3 [diff] [blame] |
patch 8.1.0735: cannot handle binary data Problem: Cannot handle binary data. Solution: Add the Blob type. (Yasuhiro Matsumoto, closes #3638)
diff --git a/src/version.c b/src/version.c index 11b555f..448e27d 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 735, +/**/ 734, /**/ 733,