]> git.pld-linux.org Git - packages/vim.git/blob - vim-perl.vim-ftplugin_perldoc.patch
- updated to 7.1.285
[packages/vim.git] / vim-perl.vim-ftplugin_perldoc.patch
1 Index: vim/runtime/ftplugin/perl.vim
2 ===================================================================
3 --- vim/runtime/ftplugin/perl.vim.orig
4 +++ vim/runtime/ftplugin/perl.vim
5 @@ -39,6 +39,9 @@
6  set isfname+=:
7  "setlocal iskeyword=48-57,_,A-Z,a-z,:
8  
9 +" Debian patch: use perldoc for keyword lookup
10 +setlocal keywordprg=perldoc\ -f
11 +
12  " Set this once, globally.
13  if !exists("perlpath")
14      if executable("perl")
This page took 0.02475 seconds and 3 git commands to generate.