File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ script:
4747 - rm -f result; $VIMCMD -g -f -c "redir>result" -c "py3 import sys; print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
4848 - rm -f result; $VIMCMD -g -f -c "redir>result" -c "ruby puts(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
4949 - make test
50- # - make -C src/testdir clean
51- # - make -C src testgui
50+ - make -C src/testdir clean
51+ - make -C src testgui
5252
5353before_deploy :
5454 - make -C src macvim-dmg
Original file line number Diff line number Diff line change @@ -1054,7 +1054,7 @@ endfunc
10541054
10551055func ! Test_edit_MOUSE ()
10561056 " This is a simple test, since we not really using the mouse here
1057- if ! has (" mouse" )
1057+ if ! has (" mouse" ) || ( has ( " gui_macvim " ) && has ( " gui_running " ))
10581058 return
10591059 endif
10601060 10 new
You can’t perform that action at this time.
0 commit comments