summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_perl.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
commit2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 (patch)
treeeb505013844d366dcfb14a70ea9ab464e5abafb7 /runtime/doc/if_perl.txt
parent46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/if_perl.txt')
-rw-r--r--runtime/doc/if_perl.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt
index d69c22fb35..11b144069a 100644
--- a/runtime/doc/if_perl.txt
+++ b/runtime/doc/if_perl.txt
@@ -1,4 +1,4 @@
-*if_perl.txt* For Vim version 8.0. Last change: 2015 Oct 16
+*if_perl.txt* For Vim version 8.0. Last change: 2017 Nov 24
VIM REFERENCE MANUAL by Sven Verdoolaege
@@ -112,7 +112,7 @@ possible.
Here is an overview of the functions that are available to Perl: >
:perl VIM::Msg("Text") # displays a message
- :perl VIM::Msg("Error", "ErrorMsg") # displays an error message
+ :perl VIM::Msg("Wrong!", "ErrorMsg") # displays an error message
:perl VIM::Msg("remark", "Comment") # displays a highlighted message
:perl VIM::SetOption("ai") # sets a vim option
:perl $nbuf = VIM::Buffers() # returns the number of buffers