Roland Eggner wrote:
> On 2015-01-14 Wednesday at 17:52 +0100 Bram Moolenaar wrote:
> > Patch 7.4.576
> > Problem: Redrawing problem with 'relativenumber' and 'linebreak'.
> > Solution: Temporarily reset 'linebreak' and restore it in more places.
> > (Christian Brabandt)
>
> This hunk intentionally dropped from Christians 2 patches
> (he merged them in a single patch lastly)?
>
> --- vim-7.4.576/src/normal.c
> +++ vim-7.4.529-linebreak_bug/src/normal.c
> @@ -2162,6 +2162,9 @@ do_pending_operator(cap, old_col, gui_ya
> #ifdef FEAT_VIRTUALEDIT
> virtual_op = MAYBE;
> #endif
> +#ifdef FEAT_LINEBREAK
> + curwin->w_p_lbr = FALSE;
> +#endif
> if (!gui_yank)
> {
> /*
>
> There were two todo entries regarding this issue. The second entry
> done, too?
>
> Patch to fix wrong formatting if 'linebreak' is set. (Christian
> Brabandt, 2014 Nov 12)
It's possible I included an older patch instead of a newer version of
that patch. Christian, please check.
> Thanks to you and Christian!
> Bugfixes whithin a few days, or even within a few hours frequently, this
> is really an excellent support :)
And at a bargain price! :-)
--
>From "know your smileys":
|-P Reaction to unusually ugly C code
/// 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.