Tony Mechelynck wrote: > On Sun, Feb 26, 2017 at 7:41 PM, Bram Moolenaar <[email protected]> wrote: > > > > Patch 8.0.0380 > > Problem: With 'linebreak' set and 'breakat' includes ">" a double-wide > > character results in "<<" displayed. > > Solution: Check for the character not to be replaced. (Ozaki Kiichi, > > closes #1456) > > Files: src/screen.c, src/testdir/test_listlbr_utf8.vim > > Warning in Tiny but not in Huge: > > gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o > screen.c > screen.c: In function ‘win_line’: > screen.c:4192:10: warning: variable ‘c0’ set but not used > [-Wunused-but-set-variable] > int c0; > ^
Thanks for reporting, I'll add a few #ifdefs -- How To Keep A Healthy Level Of Insanity: 16. Have your coworkers address you by your wrestling name, Rock Hard Kim. /// 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.
