]> git.pld-linux.org Git - packages/vim.git/blame - vim-pam.patch
updated to 7.3.1109
[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
d24b2a80
ER
12--- vim72/runtime/syntax/pamconf.vim~ 2008-12-27 04:32:58.000000000 +0200
13+++ vim72/runtime/syntax/pamconf.vim 2009-02-11 07:43:32.936198958 +0200
14@@ -33,7 +33,7 @@
15 \ pamconfTypeLineCont skipwhite skipnl
16
17 syn keyword pamconfControl contained requisite required sufficient
18- \ optional
19+ \ optional include
20 \ nextgroup=pamconfMPath,
21 \ pamconfControlLineContH skipwhite
22
This page took 0.127334 seconds and 4 git commands to generate.