Christian wrote:
> On Do, 29 Jan 2015, Benjamin Fritz wrote:
>
> > I know there have been recent problem with linebreak when combined with
> > conceal, I think I have found one or two more.
> >
> > With the attached test.vim file as a .vimrc, enter the following text:
> >
> > bbeeeeee<tab><tab>;<tab>some text
> >
> > The expected output is:
> >
> > eeeeee<-<-;<some text
> >
> > However, instead of that, I see only:
> >
> > eeeeee<-
> >
> > 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 observed this issue in 64-bit gvim 7.4.608 HUGE and also 7.4.552 HUGE
> > running
> > in Windows 7. I hoped that patches 579 or 587 would fix the issue, but
> > apparently there are more problems remaining.
>
> Finally, I could debug this. Here is the patch, including a test.
Thanks!
--
hundred-and-one symptoms of being an internet addict:
231. You sprinkle Carpet Fresh on the rugs and put your vacuum cleaner
in the front doorway permanently so it always looks like you are
actually attempting to do something about that mess that has amassed
since you discovered the Internet.
/// 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.