Hi Roland!
On Do, 15 Jan 2015, Roland Eggner wrote:
> Hi Bram!
>
>
> 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)
> {
> /*
I think this is okay. curwin->w_p_lbr is reset a further lines down and
that should be okay I think.
> 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)
Which was the second entry?
> Thanks to you and Christian!
> Bugfixes whithin a few days, or even within a few hours frequently, this
> is really an excellent support :)
My pleasure. It's fun hacking Vim to make it better.
Best,
Christian
--
--
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.