comparison runtime/doc/if_perl.txt @ 15729:fe57e4f0eac1

Update runtime files. commit https://github.com/vim/vim/commit/314dd79cac2adc10304212d1980d23ecf6782cfc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 3 15:27:20 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Feb 2019 15:30:09 +0100
parents 1d2b5c016f17
children 0e473e9e70c2
comparison
equal deleted inserted replaced
15728:479381bd1728 15729:fe57e4f0eac1
1 *if_perl.txt* For Vim version 8.1. Last change: 2017 Nov 24 1 *if_perl.txt* For Vim version 8.1. Last change: 2019 Jan 29
2 2
3 3
4 VIM REFERENCE MANUAL by Sven Verdoolaege 4 VIM REFERENCE MANUAL by Sven Verdoolaege
5 and Matt Gerassimof 5 and Matt Gerassimof
6 6
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* 194 *perl-Blob*
195 VIM::Blob({expr}) Return Blob literal string 0zXXXX from scalar value. 195 VIM::Blob({expr}) Return |Blob| literal string 0zXXXX from scalar value.
196 196
197 *perl-SetHeight* 197 *perl-SetHeight*
198 Window->SetHeight({height}) 198 Window->SetHeight({height})
199 Sets the Window height to {height}, within screen 199 Sets the Window height to {height}, within screen
200 limits. 200 limits.