On Sunday, March 13, 2016 at 10:47:32 PM UTC+9, Bram Moolenaar wrote: > AppVeyor wrote: > > > Build vim 871 failed > > For unknown reasons the "diff" program has gone missing, causing all > tests to fail: > > 'diff' is not recognized as an internal or external command, > operable program or batch file.
As you know, windows environment doesn't have diff.exe . Some tests are still separated with test_xxx.in and test_xxx.ok, test_xxx.out. So that: 1. download diff.exe from vim.org or somewhere? 2. or, convert all of tests using in/out/ok into tests using assert_xxx? 3. or, use vim-diff that implementation of diff on vim script? https://github.com/ynkdir/vim-diff How do you prefer? -- -- 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.
