spacevim/bundle/VimRegStyle/test/_setup.vim

4 lines
148 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
let &rtp = expand('<sfile>:p:h:h') . ',' . &rtp . ',' . expand('<sfile>:p:h:h') . '/after'
exe "so " . expand('<sfile>:p:h:h') . '/plugin/vrs.vim'