]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-285 v7.2.285
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2009 12:22:32 +0000 (12:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Nov 2009 12:22:32 +0000 (12:22 +0000)
src/edit.c
src/version.c

index 347571f4781e7370c4f358ac4011957af8a7f100..d825d83eaf792bf8a9803ee430f01ba2f2a9fc17 100644 (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;
        }
index 8a71cbe39ea3e9821da285569d1bb1d9859d4e6b..fbb9f44af2c0361f6f6ec7956dcbc72804be03f3 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    285,
 /**/
     284,
 /**/