aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/help.vim
blob: b516ed7ef4aa34abf6edacdb9c6edda4b6399d5c (plain) (blame)
1
2
3
4
" Custom Vim help documentation filetype detection
autocmd BufNewFile,BufRead
      \ **/vim/**/doc/*.txt,**/.vim/**/doc/*.txt
      \ setlocal filetype=help