1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:40:06 +08:00
SpaceVim/bundle/VimRegStyle/test/_setup.vim
2020-09-06 21:56:12 +08:00

4 lines
148 B
VimL

let &rtp = expand('<sfile>:p:h:h') . ',' . &rtp . ',' . expand('<sfile>:p:h:h') . '/after'
exe "so " . expand('<sfile>:p:h:h') . '/plugin/vrs.vim'