mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
9 lines
129 B
VimL
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
|
|
|