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/if_python.c b/src/if_python.c index 812497a..7319382 100644 --- a/src/if_python.c +++ b/src/if_python.c
@@ -1575,6 +1575,7 @@ case VAR_SPECIAL: case VAR_JOB: case VAR_CHANNEL: + case VAR_BLOB: break; } }