Closed GoogleCodeExporter closed 9 years ago
Looks like patch 7.4.285 also needs to apply for yanking.
Something like this patch seems to do it:
diff --git a/src/ops.c b/src/ops.c
--- a/src/ops.c
+++ b/src/ops.c
@@ -3159,6 +3159,8 @@ op_yank(oap, deleting, mess)
vim_free(y_current->y_array);
y_current = curr;
}
+ if (curwin->w_p_rnu)
+ redraw_later(SOME_VALID);
if (mess) /* Display message about yank? */
{
if (yanktype == MCHAR
Original comment by chrisbr...@googlemail.com
on 15 Jun 2014 at 8:39
BTW: it looks like patch 7.4.219 causes this regression
Original comment by chrisbr...@googlemail.com
on 15 Jun 2014 at 9:01
Original comment by chrisbr...@googlemail.com
on 2 Oct 2014 at 7:46
Original issue reported on code.google.com by
dkotc...@gmail.com
on 15 Jun 2014 at 7:05