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.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftdetect/xdefaults.vim b/vim/ftdetect/xdefaults.vim
index f45a22a7..896b2e32 100644
--- a/vim/ftdetect/xdefaults.vim
+++ b/vim/ftdetect/xdefaults.vim
@@ -1,4 +1,4 @@
" Add automatic commands to find Xresources subfiles
autocmd BufNewFile,BufRead
- \ **/.Xresources.d/*
+ \ .Xresources,*/.Xresources.d/*
\ setfiletype xdefaults