aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-01-26 12:26:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-01-26 12:26:08 +1300
commit36a218845825ff82e517aef0622295250dc72d3f (patch)
treeca232e5a0092e003d025e49321413f5e7e672946
parentMerge branch 'hotfix/v0.26.3' into develop (diff)
parentRemove help ftdetect rules (diff)
downloaddotfiles-36a218845825ff82e517aef0622295250dc72d3f.tar.gz
dotfiles-36a218845825ff82e517aef0622295250dc72d3f.zip
Merge branch 'feature/vim-ftdetect' into develop
* feature/vim-ftdetect: Remove help ftdetect rules
-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