Closed GoogleCodeExporter closed 9 years ago
Please check this patch:
diff --git a/src/screen.c b/src/screen.c
--- a/src/screen.c
+++ b/src/screen.c
@@ -4715,7 +4715,7 @@ win_line(wp, lnum, startrow, endrow, noc
&& !(noinvcur
&& lnum == wp->w_cursor.lnum
&& (colnr_T)vcol == wp->w_virtcol)))
- && lcs_eol_one >= 0)
+ && lcs_eol_one > 0)
{
/* Display a '$' after the line or highlight an extra
* character if the line break is included. */
Original comment by chrisbr...@googlemail.com
on 6 May 2015 at 8:07
Thank you for your fast reply.
This patch (used after Patch 721) fixed the problem for me: I was not able to
trigger the segfault anymore.
Thank you very much.
Original comment by Ludwi...@gmx.de
on 6 May 2015 at 11:32
Fixed by 7.4.729
Original comment by chrisbr...@googlemail.com
on 14 May 2015 at 11:46
Original issue reported on code.google.com by
Ludwi...@gmx.de
on 6 May 2015 at 4:06