Raf wrote: > [email protected] wrote: > > > macosx 10.6.8 > > gcc i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 > > vim 7.3.381 > > > > $ ./configure \ > > --disable-darwin \ > > --with-x \ > > --enable-gui=motif \ > > --enable-multibyte \ > > --with-mac-arch=current \ > > --with-features=huge \ > > --disable-acl > > ... > > $ make > > ... > > $ make test > > ... > > > > ../vim -u unix.vim -U NONE --noplugin -s dotest.in test83.in > > 3,4c3,4 > > < case2: failed > > < case3: failed > > --- > > > case2: ok > > > case3: ok > > > > Test results: > > test83 FAILED > > TEST FAILURE > > the same test fails on ubuntu-11.04 with gcc-4.5.2
I don't see this problem. I can't guess why it fails for you. There are multi-byte characters in the file, are they showing up correctly? These are double-wide ABC. Also check the temporary files are cleaned up. -- You were lucky to have a LAKE! There were a hundred and sixty of us living in a small shoebox in the middle of the road. /// 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
