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.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftdetect/xdefaults.vim b/vim/ftdetect/xdefaults.vim
index f0ee7b81..bda1161a 100644
--- a/vim/ftdetect/xdefaults.vim
+++ b/vim/ftdetect/xdefaults.vim
@@ -1,5 +1,6 @@
" Add automatic commands to find Xresources subfiles
augroup dfxdefaults
+ autocmd!
autocmd BufNewFile,BufRead
\ **/.Xresources.d/*
\ setlocal filetype=xdefaults