aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/help.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/help.vim')
-rw-r--r--vim/ftdetect/help.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/ftdetect/help.vim b/vim/ftdetect/help.vim
deleted file mode 100644
index b516ed7e..00000000
--- a/vim/ftdetect/help.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-" Custom Vim help documentation filetype detection
-autocmd BufNewFile,BufRead
- \ **/vim/**/doc/*.txt,**/.vim/**/doc/*.txt
- \ setlocal filetype=help