aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-13 09:14:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-13 09:14:46 +1300
commita44afa37b55c84a9f7e0954ecafb49b9d6ba570a (patch)
tree66e3a978f6401691acf86f4e7af9173b2ce68ab3
parentMerge branch 'release/v0.16.0' into develop (diff)
downloaddotfiles-a44afa37b55c84a9f7e0954ecafb49b9d6ba570a.tar.gz
dotfiles-a44afa37b55c84a9f7e0954ecafb49b9d6ba570a.zip
Force muttrc filetype from ftdetect rules
Looks like these were getting categorised as "rc", or "M$ Resource files", in the core filetype.vim.
-rw-r--r--vim/ftdetect/muttrc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftdetect/muttrc.vim b/vim/ftdetect/muttrc.vim
index 55eeea93..60d31575 100644
--- a/vim/ftdetect/muttrc.vim
+++ b/vim/ftdetect/muttrc.vim
@@ -1,4 +1,4 @@
" Add automatic commands to detect .muttrc files
autocmd BufNewFile,BufRead
\ **/.dotfiles/mutt/muttrc.d/*.rc,**/.muttrc.d/*.rc
- \ setfiletype muttrc
+ \ setlocal filetype=muttrc