]> git.pld-linux.org Git - packages/vim.git/blob - vim-pam.patch
- php.vim we used was not maintained for last 5 years; go back to upstream php.vim
[packages/vim.git] / vim-pam.patch
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
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.037401 seconds and 3 git commands to generate.