1
0
forked from aniani/vim

updated for version 7.1-268

This commit is contained in:
Bram Moolenaar
2008-03-09 13:30:56 +00:00
parent e3b3f28db9
commit 5bbc21de81
2 changed files with 3 additions and 1 deletions

View File

@@ -4527,7 +4527,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
#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;