Bram,
Thanks for merging. I have a comment however:
On Di, 10 Apr 2018, Bram Moolenaar wrote:
> + XXDPROG = ../xxd/xxd
This might need to be adjusted for Windows e.g. needs to be xxd/xxd.exe
Also I think now we can include the following change to get full
coverage for xxd:
diff --git a/.travis.yml b/.travis.yml
index a2b074bde..98f0838f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -108,7 +108,7 @@ script:
- if [ -n "$err" ]; then exit 1; fi
after_success:
- - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b $SRCDIR -x .xs
-e ${SRCDIR}/xxd -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
+ - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b $SRCDIR -x .xs
-e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
- if [ "$COVERAGE" = "yes" ]; then cd $SRCDIR && bash <(curl -s
https://codecov.io/bash) ; fi
# vim:set sts=2 sw=2 tw=0 et:
Best,
Christian
--
Der Alltag der meisten Menschen ist stilles Heldentum in Raten.
-- Anna Magnani
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.