Update test runner script

This commit is contained in:
Junegunn Choi
2014-06-23 12:47:13 +09:00
parent cc37ed48be
commit baf7b18f73
3 changed files with 17 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
Execute (Initialize test environment):
Save &rtp, g:plug_home, $MYVIMRC
Save &rtp, g:plugs, g:plug_home, $MYVIMRC
let vader = fnamemodify(globpath(&rtp, 'autoload/vader.vim'), ':h:h')
let plug = fnamemodify(globpath(&rtp, 'autoload/plug.vim'), ':h:h')
@@ -394,4 +394,3 @@ Execute (Cleanup):
delf PlugStatusSorted
Restore
source $MYVIMRC