16 lines
620 B
Diff
16 lines
620 B
Diff
|
Index: vim70/runtime/filetype.vim
|
||
|
===================================================================
|
||
|
--- vim70.orig/runtime/filetype.vim
|
||
|
+++ vim70/runtime/filetype.vim
|
||
|
@@ -105,6 +105,10 @@ au BufNewFile,BufRead proftpd.conf* cal
|
||
|
au BufNewFile,BufRead .htaccess setf apache
|
||
|
au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf* call s:StarSetf('apache')
|
||
|
|
||
|
+" AppArmor
|
||
|
+au BufNewFile,BufRead */etc/apparmor.d/* setf apparmor
|
||
|
+au BufNewFile,BufRead */etc/apparmor/profiles/* setf apparmor
|
||
|
+
|
||
|
" XA65 MOS6510 cross assembler
|
||
|
au BufNewFile,BufRead *.a65 setf a65
|
||
|
|