aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/xdefaults.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/xdefaults.vim')
-rw-r--r--vim/ftdetect/xdefaults.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/ftdetect/xdefaults.vim b/vim/ftdetect/xdefaults.vim
index 589f0dfc..098ded56 100644
--- a/vim/ftdetect/xdefaults.vim
+++ b/vim/ftdetect/xdefaults.vim
@@ -2,6 +2,6 @@
augroup dfxdefaults
autocmd!
autocmd BufNewFile,BufRead
- \ **/.Xresources.d/*
- \ setfiletype xdefaults
+ \ **/.Xresources.d/*
+ \ setfiletype xdefaults
augroup END