mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Move testing ftplugin to test directory tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
2
test/rtp/ftdetect/matchuptest.vim
Normal file
2
test/rtp/ftdetect/matchuptest.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
autocmd BufNewFile,BufRead *.matchuptest setlocal filetype=matchuptest
|
||||
|
||||
Reference in New Issue
Block a user