comparison runtime/doc/if_perl.txt @ 15454:1d2b5c016f17 v8.1.0735

patch 8.1.0735: cannot handle binary data commit https://github.com/vim/vim/commit/6e5ea8d2a995b32bbc5972edc4f827b959f2702f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 12 22:47:31 2019 +0100 patch 8.1.0735: cannot handle binary data Problem: Cannot handle binary data. Solution: Add the Blob type. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/3638)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 23:00:06 +0100
parents f8b0f1e42f2c
children fe57e4f0eac1
comparison
equal deleted inserted replaced
15453:cdee6e827112 15454:1d2b5c016f17
189 to perl's $ENV{x}. All |functions| accessible from 189 to perl's $ENV{x}. All |functions| accessible from
190 the command-line are valid for {expr}. 190 the command-line are valid for {expr}.
191 A |List| is turned into a string by joining the items 191 A |List| is turned into a string by joining the items
192 and inserting line breaks. 192 and inserting line breaks.
193 193
194 *perl-Blob*
195 VIM::Blob({expr}) Return Blob literal string 0zXXXX from scalar value.
196
194 *perl-SetHeight* 197 *perl-SetHeight*
195 Window->SetHeight({height}) 198 Window->SetHeight({height})
196 Sets the Window height to {height}, within screen 199 Sets the Window height to {height}, within screen
197 limits. 200 limits.
198 201