Move testing ftplugin to test directory tree

This commit is contained in:
Andy K. Massimino
2018-03-11 18:32:59 -04:00
parent 97b5dcccaa
commit 030f1d181c
3 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ set nocompatible
let &rtp = '~/.vim/bundle/vim-matchup,' . &rtp
let &rtp .= ',~/.vim/bundle/vim-matchup/after'
" rtp for testing files
let &rtp = '~/.vim/bundle/vim-matchup/test/rtp,' . &rtp
" load other plugins, if necessary
" let &rtp = '~/path/to/other/plugin,' . &rtp

View File

@@ -0,0 +1,2 @@
autocmd BufNewFile,BufRead *.matchuptest setlocal filetype=matchuptest