On Monday, February 16, 2015 at 11:30:05 AM UTC-6, Ben Fritz wrote: > On Friday, February 13, 2015 at 4:03:48 PM UTC-6, Christian Brabandt wrote: > > > > Finally, I could debug this. Here is the patch, including a test. > > > > I confirm this seems to fix both issues (too much text hidden, and fillchars > drawing in the wrong color), in both the test file and in the actual file I > saw it in to begin with.
Oops! It looks like something is wrong now, when using multibyte characters for the tab in listchars: gvim -N -u NONE -i NONE :set enc=utf-8 :filetype on :syntax on :setl ft=c :set list listchars=tab:▕— :hi SpecialKey guifg=red :set linebreak Load the attached test.c file and note the red text within the comment. Toggle off 'linebreak' and the red text gets replaced by the normal blue comment text. -- -- 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.
/* * this is text * this is more text * and some more */
