Bram Moolenaar wrote: > 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.
when viewed using gvim -u NONE -U NONE, the file test83-tags2 contains a tag that looks like "<82>`<82>a<82>b" the file test83-tags3 contains search patterns that look the same. the file test83.in contains a :tag command whose argument looks like: forward slash fullstop/period/dot lower case i umlaut 1/4 character cent character lower case i umlaut 1/4 character pound sign the four subsequent occurrences of high-bit/multi-byte characters all look like: lower case i umlaut 1/4 character upside down exclamation mark lower case i umlaut 1/4 character cent character lower case i umlaut 1/4 character pound sign the file Xtags2.txt also looks like that. i'm not sure if temporary files are being cleaned up. i can't see anything obvious so they perhaps they are. cheers, raf -- 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
