mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:40:05 +08: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
|
||
|
|