summaryrefslogtreecommitdiff
path: root/runtime/doc/if_perl.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-11-15 21:28:22 +0100
committerBram Moolenaar <Bram@vim.org>2012-11-15 21:28:22 +0100
commit97d62497f51902f404c7dcc72683411df911593e (patch)
tree24e9e549d9786c5549edcb17f98b7f81d9bfd40a /runtime/doc/if_perl.txt
parent41b884b27387cd4c0ba1d039ea3bb2b7beac21c2 (diff)
downloadvim-git-97d62497f51902f404c7dcc72683411df911593e.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/if_perl.txt')
-rw-r--r--runtime/doc/if_perl.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt
index a74d88048..05b8b4e86 100644
--- a/runtime/doc/if_perl.txt
+++ b/runtime/doc/if_perl.txt
@@ -1,4 +1,4 @@
-*if_perl.txt* For Vim version 7.3. Last change: 2012 Aug 02
+*if_perl.txt* For Vim version 7.3. Last change: 2012 Oct 25
VIM REFERENCE MANUAL by Sven Verdoolaege
@@ -175,7 +175,8 @@ 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, val).
+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
the expression. '@x' returns the contents of register