From 664f3cf3f21d3699bfd179c318ef5c869c085648 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 7 Dec 2019 16:03:51 +0100 Subject: Runtime file updates. --- runtime/doc/if_perl.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/if_perl.txt') diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt index a34e7c944d..10c21feca2 100644 --- a/runtime/doc/if_perl.txt +++ b/runtime/doc/if_perl.txt @@ -1,4 +1,4 @@ -*if_perl.txt* For Vim version 8.1. Last change: 2019 Jul 21 +*if_perl.txt* For Vim version 8.1. Last change: 2019 Dec 07 VIM REFERENCE MANUAL by Sven Verdoolaege @@ -180,7 +180,7 @@ VIM::Windows([{wn}...]) With no arguments, returns a list of all the windows VIM::DoCommand({cmd}) Executes Ex command {cmd}. *perl-Eval* -VIM::Eval({expr}) Evaluates {expr} and returns (success, value) in list +VIM::Eval({expr}) Evaluates {expr} and returns (success, value) in list context or just value in scalar context. success=1 indicates that val contains the value of {expr}; success=0 indicates a failure to evaluate -- cgit v1.2.3