diff src/screen.c @ 1555:71db8539b8c4 v7.1.268

updated for version 7.1-268
author vimboss
date Sun, 09 Mar 2008 13:30:56 +0000
parents cbe70f2e756d
children 3b48421dbde1
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -4527,7 +4527,7 @@ win_line(wp, lnum, startrow, endrow, noc
 #endif
 		    col == W_WIDTH(wp) - 1)
 		&& (*ptr != NUL
-		    || (wp->w_p_list && lcs_eol != NUL && p_extra != at_end_str)
+		    || (wp->w_p_list && lcs_eol_one > 0)
 		    || (n_extra && (c_extra != NUL || *p_extra != NUL))))
 	{
 	    c = lcs_ext;