]> git.pld-linux.org Git - packages/vim.git/commitdiff
- find also files in SOURCES
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Apr 2006 12:08:38 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-filetypes.patch -> 1.2

vim-filetypes.patch

index f0e0d1e8fa7dc1b37cca86bad08978551513e8f6..b6367dbc7f3983c9537755f091375fa9390e8ccc 100644 (file)
@@ -5,7 +5,7 @@
  
  " Apache style config file
 -au BufNewFile,BufRead proftpd.conf*           call s:StarSetf('apachestyle')
-+au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd.conf*           call s:StarSetf('apachestyle')
++au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd*.conf*          call s:StarSetf('apachestyle')
  
  " Apache config file
  au BufNewFile,BufRead .htaccess                        setf apache
This page took 0.129973 seconds and 4 git commands to generate.