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/proto.h b/src/proto.h index cbd4460..af34dc9 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -88,6 +88,7 @@ # include "hashtab.pro" # include "json.pro" # include "list.pro" +# include "blob.pro" # include "main.pro" # include "mark.pro" # include "memfile.pro"