updated for version 7.0-136

This commit is contained in:
vimboss
2006-10-17 09:12:21 +00:00
parent 986c45d61e
commit 77abeea3dc
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -2842,7 +2842,8 @@ changed_common(lnum, col, lnume, xtra)
#ifdef FEAT_AUTOCMD
/* when the cursor line is changed always trigger CursorMoved */
if (lnum <= curwin->w_cursor.lnum && lnume > curwin->w_cursor.lnum)
if (lnum <= curwin->w_cursor.lnum
&& lnume + (xtra < 0 ? -xtra : xtra) > curwin->w_cursor.lnum)
last_cursormoved.lnum = 0;
#endif
}
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
136,
/**/
135,
/**/