updated for version 7.2-285

This commit is contained in:
vimboss
2009-11-11 12:22:32 +00:00
parent c8a0b8cdfb
commit 1ebdd8968f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -8519,7 +8519,7 @@ ins_bs(c, mode, inserted_space_p)
{
save_col = curwin->w_cursor.col;
beginline(BL_WHITE);
if (curwin->w_cursor.col < (colnr_T)temp)
if (curwin->w_cursor.col < save_col)
mincol = curwin->w_cursor.col;
curwin->w_cursor.col = save_col;
}
+2
View File
@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
285,
/**/
284,
/**/