aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/help.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-01 18:03:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-01 18:03:50 +1300
commit2b45266b0a96188d21f3ba892ac635a44e552f6e (patch)
tree781765c418991854f0c6961033b1fef9b4adc1b9 /vim/ftdetect/help.vim
parentMerge branch 'hotfix/v0.26.3' (diff)
parentBump version to 0.27.0 (diff)
downloaddotfiles-0.27.0.tar.gz (sig)
dotfiles-0.27.0.zip
Merge branch 'release/v0.27.0'v0.27.0
* release/v0.27.0: Bump version to 0.27.0 Replace ftplugin/php.vim with custom version Adjust explanation of PHP indent skip Remove help ftdetect rules
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