diff --git a/src/edit.c b/src/edit.c index 347571f478..d825d83eaf 100644 --- a/src/edit.c +++ b/src/edit.c @@ -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; } diff --git a/src/version.c b/src/version.c index 8a71cbe39e..fbb9f44af2 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 285, /**/ 284, /**/