mirror of
https://github.com/vim/vim.git
synced 2025-09-02 21:13:50 -04:00
updated for version 7.2-147
This commit is contained in:
parent
496c5267df
commit
1b636fa0e8
@ -4665,7 +4665,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
|
|||||||
--n_skip;
|
--n_skip;
|
||||||
|
|
||||||
/* Only advance the "vcol" when after the 'number' column. */
|
/* Only advance the "vcol" when after the 'number' column. */
|
||||||
if (draw_state >= WL_SBR
|
if (draw_state > WL_NR
|
||||||
#ifdef FEAT_DIFF
|
#ifdef FEAT_DIFF
|
||||||
&& filler_todo <= 0
|
&& filler_todo <= 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
147,
|
||||||
/**/
|
/**/
|
||||||
146,
|
146,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user