Updated runtime files.

This commit is contained in:
Bram Moolenaar
2016-03-20 21:08:34 +01:00
parent be6aa46c4d
commit e18c0b3981
17 changed files with 143 additions and 127 deletions

View File

@ -284,7 +284,8 @@ used for building Vim.
To use the Perl interface the Perl DLL must be in your search path.
If Vim reports it cannot find the perl512.dll, make sure your $PATH includes
the directory where it is located. The Perl installer normally does that.
In a console window type "path" to see what directories are used.
In a console window type "path" to see what directories are used. The
'perldll' option can be also used to specify the Perl DLL.
The name of the DLL must match the Perl version Vim was compiled with.
Currently the name is "perl512.dll". That is for Perl 5.12. To know for