]> git.pld-linux.org Git - packages/vim.git/blame - vim-pam.patch
- recognize *.pam,*.pamd
[packages/vim.git] / vim-pam.patch
CommitLineData
ab355829
ER
1--- vim72/runtime/filetype.vim~ 2009-02-11 07:35:48.210984868 +0200
2+++ vim72/runtime/filetype.vim 2009-02-11 07:34:49.298491103 +0200
3@@ -1242,7 +1242,7 @@
4 au BufNewFile,BufRead pf.conf setf pf
5
6 " Pam conf
7-au BufNewFile,BufRead /etc/pam.conf setf pamconf
8+au BufNewFile,BufRead /etc/pam.conf,*.pam,*.pamd setf pamconf
9
10 " PApp
11 au BufNewFile,BufRead *.papp,*.pxml,*.pxsl setf papp
This page took 0.234256 seconds and 4 git commands to generate.