Shaun Brady <[email protected]> wrote: > Attached. > > I removed the line to #include osdef.h and yes it compiled it worked. > > I think the terminal emulation might be a bit wonky on BeOS or there > was another problem, as I didn't see --INSERT--, but I did go in to > insert mode upon pressing 'i'. Wrote a file to /tmp/ > > Running the tests ('make test'?) didn't have as much luck; the tail attached. > > SB
Your attached file vim-tests1.txt contains: Executing Test_symlink_recursive_delete() Executing Test_valid() Executing Test_with_directories() Executing Test_with_tilde() Executing Test_wrong_arguments() Executed 28 tests test77 NO OUTPUT >From test_assert.vim: Found errors in Test_assert_false(): function Test_assert_false line 2: Expected False but got v:false Test results: test77 NO OUTPUT >From test_assert.vim: Found errors in Test_assert_false(): function Test_assert_false line 2: Expected False but got v:false TEST FAILURE make[2]: *** [report] Error 1 make[2]: Leaving directory `/boot/home/vim/src/testdir' make[1]: *** [test] Error 2 make[1]: Leaving directory `/boot/home/vim/src' make: *** [test] Error 2 ~/vim> It test77 is the only one which fails, then it's not so bad. Which version of Vim did you try on Haiku? I wonder whether the test failure is related to this recent patch: commit 3712792637516aea7acf76a11533be1066952820 Author: Bram Moolenaar <[email protected]> Date: Sat Feb 6 20:29:28 2016 +0100 patch 7.4.1271 Problem: assert_false(v:false) reports an error. (Nikolai Pavlov) Solution: Recognize v:true and v:false. (Closes #625) Regards Dominique -- -- 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.
