aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:01:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2023-02-11 06:01:13 +1300
commita6b089d6d29a6cbf8ffb6776dc2008e35ec74dd6 (patch)
treeb70e849fdae242adecf9ef8b780d469c73d0ca18
parentRemove vestigial X resources subfile dir (diff)
downloaddotfiles-a6b089d6d29a6cbf8ffb6776dc2008e35ec74dd6.tar.gz
dotfiles-a6b089d6d29a6cbf8ffb6776dc2008e35ec74dd6.zip
Remove mention of X resource subfiles in Vim check
-rw-r--r--vim/filetype.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim
index c616babd..818ccb6b 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -518,9 +518,7 @@ augroup filetypedetect
" Add automatic commands to find .Xresources subfiles
autocmd BufNewFile,BufRead
\ .Xresources
- \,*/.Xresources.d/*
\,Xresources
- \,*/Xresources.d/*
\ setfiletype xdefaults
" XHTML files
autocmd BufNewFile,BufRead