aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-26 12:24:45 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-26 12:24:45 +1300
commitcbb3462e46ecee94e8472404e45e344e5ad864c2 (patch)
treeca232e5a0092e003d025e49321413f5e7e672946
parentMerge branch 'hotfix/v0.26.3' into develop (diff)
downloaddotfiles-cbb3462e46ecee94e8472404e45e344e5ad864c2.tar.gz
dotfiles-cbb3462e46ecee94e8472404e45e344e5ad864c2.zip
Remove help ftdetect rules
No longer applicable since pathogen.vim was removed in 3e2740f.
-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