Ismail Donmez wrote: > on openSUSE Linux PPC64 I see one failure with Test_get_buf_options: > > From test_bufwintabinfo.vim: > Executing Test_get_buf_options() > Executing Test_get_win_options() > Executing Test_getbufwintabinfo() > Executed 3 tests > 1 FAILED: > Found errors in Test_get_buf_options(): > function RunTheTest[9]..Test_get_buf_options line 3: Expected 8 but got 0 > > > Interestingly PPC64LE is fine.
That line is: call assert_equal(8, opts.tabstop) The tabstop option can't be zero. You'll need to do some debugging to find out what fails. -- Hear about the guy who played a blank tape at full blast? The mime next door went nuts. /// 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.
