a0c0895a0b
Add "Keywords" to gvim.desktop to make searching for gvim easier OBS-URL: https://build.opensuse.org/request/show/1189899 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=861
16 lines
602 B
Diff
16 lines
602 B
Diff
Index: vim-8.2.2411/runtime/filetype.vim
|
|
===================================================================
|
|
--- vim-8.2.2411.orig/runtime/filetype.vim
|
|
+++ vim-8.2.2411/runtime/filetype.vim
|
|
@@ -104,6 +104,10 @@ au BufNewFile,BufRead *.ino,*.pde setf
|
|
au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf setf apache
|
|
au BufNewFile,BufRead */etc/apache2/sites-*/*.com setf 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
|
|
|