]> git.pld-linux.org Git - packages/vim.git/commitdiff
- recognize *.pam,*.pamd
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 11 Feb 2009 05:39:04 +0000 (05:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-pam.patch -> 1.1
    vim.spec -> 1.460

vim-pam.patch [new file with mode: 0644]
vim.spec

diff --git a/vim-pam.patch b/vim-pam.patch
new file mode 100644 (file)
index 0000000..0c30035
--- /dev/null
@@ -0,0 +1,11 @@
+--- vim72/runtime/filetype.vim~        2009-02-11 07:35:48.210984868 +0200
++++ vim72/runtime/filetype.vim 2009-02-11 07:34:49.298491103 +0200
+@@ -1242,7 +1242,7 @@
+ au BufNewFile,BufRead pf.conf                 setf pf
+ " Pam conf
+-au BufNewFile,BufRead /etc/pam.conf           setf pamconf
++au BufNewFile,BufRead /etc/pam.conf,*.pam,*.pamd              setf pamconf
+ " PApp
+ au BufNewFile,BufRead *.papp,*.pxml,*.pxsl    setf papp
index 78d6578db1138c5c39913ac22389807c20799109..c40062aa83e9f32307aa48c7eb2daaee8b7d2b56 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -101,6 +101,7 @@ Patch105:   %{name}-autopaste.patch
 Patch106:      %{name}-ft-cron.patch
 Patch107:      %{name}-relativenumber.patch
 Patch108:      %{name}-phpscript.patch
+Patch109:      %{name}-pam.patch
 URL:           http://www.vim.org/
 BuildRequires: acl-devel
 BuildRequires: autoconf
@@ -675,6 +676,7 @@ jak również GUI GTK+2.
 %patch106 -p1
 %patch107 -p0
 %patch108 -p1
+%patch109 -p1
 
 install %{SOURCE20} runtime/syntax
 install %{SOURCE21} runtime/syntax
This page took 0.062276 seconds and 4 git commands to generate.