1- *if_perl.txt*    For Vim version 8.0 .   Last change: 2015 Oct 16 
1+ *if_perl.txt*    For Vim version 8.1 .   Last change: 2017 Nov 24 
22
33
44		  VIM REFERENCE MANUAL    by Sven Verdoolaege  
77Perl and Vim				*perl*  *Perl* 
88
991. Editing Perl files			| perl-editing | 
10- 2. Compiling VIM  with Perl interface	| perl-compiling | 
10+ 2. Compiling Vim  with Perl interface	| perl-compiling | 
11113. Using the Perl interface		| perl-using | 
12124. Dynamic loading			| perl-dynamic | 
1313
@@ -33,7 +33,7 @@ Vim in the $VIMRUNTIME/tools directory.  This script has currently more
3333features than Exuberant ctags' Perl support.
3434
3535============================================================================== 
36- 2. Compiling VIM  with Perl interface			*perl-compiling* 
36+ 2. Compiling Vim  with Perl interface			*perl-compiling* 
3737
3838To compile Vim with Perl interface, you need Perl 5.004 (or later).  Perl must
3939be installed before you compile Vim.  Vim's Perl interface does NOT work with
@@ -112,7 +112,7 @@ possible.
112112Here is an overview of the functions that are available to Perl: > 
113113
114114  :perl VIM::Msg("Text")		# displays a message 
115-   :perl VIM::Msg("Error ", "ErrorMsg")	# displays an error message 
115+   :perl VIM::Msg("Wrong! ", "ErrorMsg")	# displays an error message 
116116  :perl VIM::Msg("remark", "Comment")	# displays a highlighted message 
117117  :perl VIM::SetOption("ai")		# sets a vim option 
118118  :perl $nbuf = VIM::Buffers()		# returns the number of buffers 
0 commit comments