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 2d4c6738..589f0dfc 100644
--- a/vim/ftdetect/xdefaults.vim
+++ b/vim/ftdetect/xdefaults.vim
@@ -3,5 +3,5 @@ augroup dfxdefaults
autocmd!
autocmd BufNewFile,BufRead
\ **/.Xresources.d/*
- \ setlocal filetype=xdefaults
+ \ setfiletype xdefaults
augroup END