mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-07 21:24:51 +08:00
Add test plugins to the &rtp if they are present.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
let &rtp = expand('<sfile>:p:h:h') . ',' . &rtp . ',' . expand('<sfile>:p:h:h') . '/after'
|
let &rtp = expand('<sfile>:p:h:h') . ',' . &rtp . ',' . expand('<sfile>:p:h:h') . '/after'
|
||||||
set bs=2
|
set bs=2
|
||||||
ru plugin/delimitMate.vim
|
ru plugin/delimitMate.vim
|
||||||
|
let runVimTests = expand('<sfile>:p:h').'/build/runVimTests'
|
||||||
|
if isdirectory(runVimTests)
|
||||||
|
let &rtp = runVimTests . ',' . &rtp
|
||||||
|
endif
|
||||||
|
let vimTAP = expand('<sfile>:p:h').'/build/VimTAP'
|
||||||
|
if isdirectory(vimTAP)
|
||||||
|
let &rtp = vimTAP . ',' . &rtp
|
||||||
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user