aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/xdefaults.vim
blob: 2d4c6738e961b0c229cdd44bb69abe3d7ba34077 (plain) (blame)
1
2
3
4
5
6
7
" Add automatic commands to find Xresources subfiles
augroup dfxdefaults
  autocmd!
  autocmd BufNewFile,BufRead
      \ **/.Xresources.d/*
      \ setlocal filetype=xdefaults
augroup END