Hi Bram, 2015-12-28(Mon) 22:05:54 UTC+9 Bram Moolenaar: > Patch 7.4.980 > Problem: Tests for :cdo, :ldo, etc. are outdated. > Solution: Add new style tests for these commands. (Yegappan Lakshmanan) > Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak, > src/testdir/Make_ming.mak, src/testdir/Make_os2.mak, > src/testdir/Make_vms.mms, src/testdir/Makefile, > src/testdir/test_cdo.in, src/testdir/test_cdo.ok, > src/testdir/test_cdo.vim >
snip... > *** ../vim-7.4.979/src/testdir/Makefile 2015-12-05 20:56:52.805365468 > +0100 > --- src/testdir/Makefile 2015-12-28 14:03:09.501457529 +0100 > *************** > *** 173,176 **** > newtests: $(NEW_TESTS) > > .vim.res: > ! $(RUN_VIMTEST) -u runtest.vim $*.vim > --- 173,176 ---- > newtests: $(NEW_TESTS) > > .vim.res: > ! $(RUN_VIMTEST) -S runtest.vim $*.vim snip... Individual test results are unnoticed from this changes. How to reproduce: $ cd vim/src $ make test_alot -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- 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.
