Files
vim-matchup/test/addrtp.vim
2018-04-02 10:37:33 -04:00

9 lines
129 B
VimL

" rtp for testing files
let s:path = expand('<sfile>:h')
let &rtp = s:path.'/rtp,' . &rtp
runtime! ftdetect/matchuptest.vim