diff src/edit.c @ 1988:e5145ff9c9b0 v7.2.285

updated for version 7.2-285
author vimboss
date Wed, 11 Nov 2009 12:22:32 +0000
parents f798c9043986
children 9e554211caf5
line wrap: on
line diff
--- 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;
 	}