diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
commit | e18c0b39815c5a746887a509c2cd9f11fadaba07 (patch) | |
tree | b94b501fcc8394a958fb44844892333b8d2b774d /runtime/doc/if_perl.txt | |
parent | be6aa46c4d8948e164f7d181dc19ed2fc4818395 (diff) | |
download | vim-e18c0b39815c5a746887a509c2cd9f11fadaba07.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/if_perl.txt')
-rw-r--r-- | runtime/doc/if_perl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt index c73eb610f..b70d52af5 100644 --- a/runtime/doc/if_perl.txt +++ b/runtime/doc/if_perl.txt @@ -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 |