]> git.pld-linux.org Git - packages/vim.git/blame - vim-perl.vim-ftplugin_perldoc.patch
- typo
[packages/vim.git] / vim-perl.vim-ftplugin_perldoc.patch
CommitLineData
362fd9d2
ER
1Index: 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.654633 seconds and 4 git commands to generate.