# HG changeset patch # User vimboss # Date 1205069456 0 # Node ID 71db8539b8c487eef0df17f2069d96fea1911cf1 # Parent 3796d11fde3c141d30cc3446038c20bf280c4b5f updated for version 7.1-268 diff --git a/src/screen.c b/src/screen.c --- 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; diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 268, +/**/ 267, /**/ 266,