mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2-285
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user