aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-13 09:18:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-13 09:18:32 +1300
commit7ec9cf731f8e81987a333c544b946c1806ea27bc (patch)
tree66e3a978f6401691acf86f4e7af9173b2ce68ab3 /vim
parentMerge branch 'release/v0.16.0' into develop (diff)
parentForce muttrc filetype from ftdetect rules (diff)
downloaddotfiles-7ec9cf731f8e81987a333c544b946c1806ea27bc.tar.gz
dotfiles-7ec9cf731f8e81987a333c544b946c1806ea27bc.zip
Merge branch 'feature/vim-ftdetect' into develop
* feature/vim-ftdetect: Force muttrc filetype from ftdetect rules
Diffstat (limited to '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