aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect')
-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 bda1161a..2d4c6738 100644
--- a/vim/ftdetect/xdefaults.vim
+++ b/vim/ftdetect/xdefaults.vim
@@ -2,6 +2,6 @@
augroup dfxdefaults
autocmd!
autocmd BufNewFile,BufRead
- \ **/.Xresources.d/*
- \ setlocal filetype=xdefaults
+ \ **/.Xresources.d/*
+ \ setlocal filetype=xdefaults
augroup END