ankit vishwakarma wrote: > cp test51.ok test.ok
> ../vim -u unix.vim -U NONE --noplugin -s dotest.in test51.in > 3,6c3 > < NewGroup xxx term=bold > < cterm=italic > < ctermfg=2 > < ctermbg=3 > --- >> NewGroup xxx term=bold cterm=italic ctermfg=2 ctermbg=3 > 10,11c7 > < Group3 xxx term=underline > < cterm=bold > --- >> Group3 xxx term=underline cterm=bold > test51 FAILED > TEST FAILURE Those lines look like they only differ in newlines. Do you have LANG or one of the LC_ environment variables set? Also, what terminal type are you using? (echo $TERM) I haven't seen that type of error before, but I wouldn't worry about it. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
