On Saturday, January 31, 2015 at 4:33:24 PM UTC-6, Christian Brabandt wrote: > Hi Benjamin! > > On Do, 29 Jan 2015, Benjamin Fritz wrote: > > Removing the "set linebreak" line from test.vim shows: > > > > eeeeee<---<-;<some text > > > > Note there are extra '-' characters added for listchars, and they are the > > wrong > > color. > > > > Removing "set nowrap" (regardless of linebreak setting) shows: > > > > eeeeee<---<-;<some text > > > > Note that there are still extra '-' characters, but they are the correct > > color > > now, and the text is not improperly concealed. > > I think the extra '-' need to be there because they need to adjust for > the concealed chars.
That makes sense. But they should be drawn in the correct color. :-) -- -- 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.
