Kazunobu Kuriyama wrote: > I got the following failure during ‘make test’: > > cp test_options.ok test.ok > # Sleep a moment to avoid that the xterm title is messed up. > # 200 msec is sufficient, but only modern sleep supports a fraction of > # a second, fall back to a second if it fails. > VIMRUNTIME=../../runtime; export VIMRUNTIME; ../vim -u unix.vim -U NONE > --noplugin -s dotest.in test_options.in > # For flaky tests retry one time. > # Check if the test.out file matches test.ok. > 2,3c2 > < /Users/kazu/Documents/src/vim/runtime/optwin.vim, line 709 > < Vim(call):E113: Unknown option: beolloff > --- > > ok > rm -rf X* test.ok viminfo > > Test results: > test_options FAILED > TEST FAILURE > make[1]: *** [report] Error 1 > make: *** [test] Error 2 > > It looks the cause is a typo: > > < /<snip>/vim/runtime/optwin.vim, line 709 > < Vim(call):E113: Unknown option: beolloff
I pushed a corrected version to the repositories. -- Did you hear about the new 3 million dollar West Virginia State Lottery? The winner gets 3 dollars a year for a million years. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
