forked from aniani/vim
updated for version 7.1-268
This commit is contained in:
@@ -4527,7 +4527,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
|
|||||||
#endif
|
#endif
|
||||||
col == W_WIDTH(wp) - 1)
|
col == W_WIDTH(wp) - 1)
|
||||||
&& (*ptr != NUL
|
&& (*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))))
|
|| (n_extra && (c_extra != NUL || *p_extra != NUL))))
|
||||||
{
|
{
|
||||||
c = lcs_ext;
|
c = lcs_ext;
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
268,
|
||||||
/**/
|
/**/
|
||||||
267,
|
267,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user