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/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt
index b140476..c9fc797 100644
--- a/runtime/doc/if_ruby.txt
+++ b/runtime/doc/if_ruby.txt
@@ -110,6 +110,10 @@
Vim::message({msg})
Displays the message {msg}.
+ *ruby-blob*
+Vim::blob({arg})
+ Return Blob literal string from {arg}.
+
*ruby-set_option*
Vim::set_option({arg})
Sets a vim option. {arg} can be any argument that the ":set" command