summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-07-12 15:30:29 +0200
committerThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-07-13 16:15:57 +0200
commitaef97da3e143463eb88bbc2c04617a858bd2cca5 (patch)
tree11679acd2b40e5cf5669bcd799625e5899b8dec0 /002_all_vim-7.3-apache-83565.patch
downloadvim-patches-aef97da3e143463eb88bbc2c04617a858bd2cca5.tar.gz
vim-patches-aef97da3e143463eb88bbc2c04617a858bd2cca5.tar.bz2
vim-patches-aef97da3e143463eb88bbc2c04617a858bd2cca5.zip
import patchset for vim-8.2.0360
Link: https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Diffstat (limited to '002_all_vim-7.3-apache-83565.patch')
-rw-r--r--002_all_vim-7.3-apache-83565.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/002_all_vim-7.3-apache-83565.patch b/002_all_vim-7.3-apache-83565.patch
new file mode 100644
index 0000000..b68dcfa
--- /dev/null
+++ b/002_all_vim-7.3-apache-83565.patch
@@ -0,0 +1,12 @@
+--- a/runtime/filetype.vim
++++ b/runtime/filetype.vim
+@@ -113,6 +113,9 @@
+ au BufNewFile,BufRead .htaccess,/etc/httpd/*.conf setf apache
+ au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf*,/etc/httpd/conf.d/*.conf* call s:StarSetf('apache')
+
++" Gentoo apache config file locations (Gentoo bug #83565)
++au BufNewFile,BufRead /etc/apache2/{modules,vhosts}.d/*.conf call s:StarSetf('apache')
++
+ " XA65 MOS6510 cross assembler
+ au BufNewFile,BufRead *.a65 setf a65
+