@@ -32,14 +32,14 @@ before_deploy:
3232 - brew install --HEAD -vd macvim-kaoriya
3333 - brew uninstall macvim-kaoriya
3434 - brew install --HEAD -vd macvim-kaoriya --with-binary-release
35- - rm -f result; $VIMCMD -g -c "redir>result" -c "set luadll=/usr/local/lib/liblua.5.1.dylib" -c "lua print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
36- - rm -f result; $VIMCMD -g -c "redir>result" -c "set luadll=/usr/local/lib/liblua.5.2.dylib" -c "lua print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
37- - rm -f result; $VIMCMD -g -c "redir>result" -c "perl VIM::Msg(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
38- - rm -f result; $VIMCMD -g -c "redir>result" -c "py print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
39- - rm -f result; $VIMCMD -g -c "redir>result" -c "py3 print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
40- - rm -f result; $VIMCMD -g -c "redir>result" -c "ruby puts(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
41- - rm -f result; $VIMCMD -g -c "redir>result" -c "set rubydll=/usr/lib/libruby.dylib" -c "ruby puts(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
42- - rm -f result; $VIMCMD -g -c "redir>result" -c "set rubydll=/usr/local/lib/libruby.dylib" -c "ruby puts(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
35+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "set luadll=/usr/local/lib/liblua.5.1.dylib" -c "lua print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
36+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "set luadll=/usr/local/lib/liblua.5.2.dylib" -c "lua print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
37+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "perl VIM::Msg(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
38+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "py print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
39+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "py3 print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
40+ - 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
41+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "set rubydll=/usr/lib/libruby.dylib" -c "ruby puts(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
42+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "set rubydll=/usr/local/lib/libruby.dylib" -c "ruby puts(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
4343 - brew uninstall cmigemo-mk
4444 - brew uninstall universal-ctags
4545 - brew uninstall gettext
@@ -48,10 +48,10 @@ before_deploy:
4848 - brew uninstall luajit
4949 - brew uninstall lua
5050 - brew uninstall lua51
51- - rm -f result; $VIMCMD -g -c "redir>result" -c "lua print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
52- - rm -f result; $VIMCMD -g -c "redir>result" -c "perl VIM::Msg(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
53- - rm -f result; $VIMCMD -g -c "redir>result" -c "py print(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
54- - rm -f result; $VIMCMD -g -c "redir>result" -c "ruby puts(\"Test\")" -c "redir END" -c q; sleep 1 ; cat result; echo; grep -q -w Test result
51+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "lua print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
52+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "perl VIM::Msg(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
53+ - rm -f result; $VIMCMD -g -f - c "redir>result" -c "py print(\"Test\")" -c "redir END" -c q; cat result; echo; grep -q -w Test result
54+ - 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
5555 - git clone --depth=1 --branch=master https://github.com/splhack/macvim.git macvim-git
5656 - mkdir -p MacVim-KaoriYa/KaoriYa
5757 - cp macvim-git/README.txt MacVim-KaoriYa
0 commit comments