Hi list and Bram.
I found a problem test_listlbr is never executed on Windows. And I wrote an attached patch to fix it. Please check it. Best -- -- 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.
# HG changeset patch # Parent 0efec12f52acd812b1c03e42347a4ef275c0e74d diff -r 0efec12f52ac -r 20941ca15648 src/testdir/Make_dos.mak --- a/src/testdir/Make_dos.mak Thu Jul 10 22:01:47 2014 +0200 +++ b/src/testdir/Make_dos.mak Wed Jul 16 01:01:37 2014 +0900 @@ -37,7 +37,7 @@ test105.out test106.out test107.out\ test_autoformat_join.out \ test_breakindent.out \ - test_listlbr \ + test_listlbr.out \ test_eval.out \ test_options.out
