File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ echo "set viewdir=" >> $VIM_TEST_VIMRC
1515echo " set directory=" >> $VIM_TEST_VIMRC
1616echo -e " set runtimepath=" >> $VIM_TEST_VIMRC
1717echo -e " set runtimepath+=$( dirname $PWD ) \n" >> $VIM_TEST_VIMRC
18+ echo -e " set packpath+=/tmp\n" >> $VIM_TEST_VIMRC
1819# echo -e "redir! >> $VIM_OUTPUT_FILE\n" >> $VIM_TEST_VIMRC
1920echo -e " set verbosefile=$VIM_OUTPUT_FILE \n" >> $VIM_TEST_VIMRC
2021echo -e " let g:pymode_debug = 1" >> $VIM_TEST_VIMRC
Original file line number Diff line number Diff line change 44set +e
55rm $VIM_OUTPUT_FILE $VIM_TEST_VIMRC $VIM_TEST_PYMODECOMMANDS $VIM_DISPOSABLE_PYFILE 2& > /dev/null
66rm /tmp/* pymode* 2& > /dev/null
7+ rm -rf /tmp/pack
8+ mkdir -p /tmp/pack/test_plugins/start
9+ ln -s $( dirname $( pwd) ) /tmp/pack/test_plugins/start/
710set -e
811
912# vim: set fileformat=unix filetype=sh wrap tw=0 :
You can’t perform that action at this time.
0 commit comments