- correct syntax highlighting of httpd config files in /etc/httpd (#499123)
This commit is contained in:
parent
c4186d2fbb
commit
d54327f938
12
vim-7.2-httpfiletype-499123.patch
Normal file
12
vim-7.2-httpfiletype-499123.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up vim72/runtime/filetype.vim.499123 vim72/runtime/filetype.vim
|
||||
--- vim72/runtime/filetype.vim.499123 2009-12-02 17:42:47.000000000 +0100
|
||||
+++ vim72/runtime/filetype.vim 2009-12-02 17:43:52.000000000 +0100
|
||||
@@ -111,7 +111,7 @@ au BufNewFile,BufRead proftpd.conf* cal
|
||||
|
||||
" Apache config file
|
||||
au BufNewFile,BufRead .htaccess setf apache
|
||||
-au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf*,auth_mysql.conf*,auth_pgsql.conf*,ssl.conf*,perl.conf*,php.conf*,python.conf*,squirrelmail.conf* call s:StarSetf('apache')
|
||||
+au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/httpd/*.conf*,auth_mysql.conf*,auth_pgsql.conf*,ssl.conf*,perl.conf*,php.conf*,python.conf*,squirrelmail.conf* call s:StarSetf('apache')
|
||||
|
||||
" XA65 MOS6510 cross assembler
|
||||
au BufNewFile,BufRead *.a65 setf a65
|
Loading…
Reference in New Issue
Block a user