summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2011-09-09 14:18:37 -0400
committerWill Woods <wwoods@redhat.com>2011-09-09 14:18:37 -0400
commit33c5fc2d7a9278d7f0a686a1bcf384f9341269c5 (patch)
tree777936c245e36de595f02ba740730c9febfa9b0e /ftdetect
parent60471a41f7e825317270abf12959cbee578a40c8 (diff)
downloadvim-scripts-33c5fc2d7a9278d7f0a686a1bcf384f9341269c5.tar.gz
vim-scripts-33c5fc2d7a9278d7f0a686a1bcf384f9341269c5.tar.xz
vim-scripts-33c5fc2d7a9278d7f0a686a1bcf384f9341269c5.zip
add yumconf.vim
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/yumconf.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/yumconf.vim b/ftdetect/yumconf.vim
new file mode 100644
index 0000000..1342058
--- /dev/null
+++ b/ftdetect/yumconf.vim
@@ -0,0 +1,2 @@
+au BufNewFile,BufRead *.repo set filetype=yumconf
+au BufNewFile,BufRead /etc/yum.conf set filetype=yumconf