1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00
2020-06-13 14:06:35 +08:00

9 lines
129 B
VimL
Vendored

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