]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-212 v7.1.212
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Jan 2008 09:14:13 +0000 (09:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Jan 2008 09:14:13 +0000 (09:14 +0000)
src/edit.c
src/version.c

index 138340767db6df7db3fbfe708b490f35bfe18788..4a9e1cf399acae8fb884ea49a5d67347b6cf5150 100644 (file)
@@ -8452,6 +8452,7 @@ ins_bs(c, mode, inserted_space_p)
        if (       mode == BACKSPACE_CHAR
                && ((p_sta && in_indent)
                    || (curbuf->b_p_sts != 0
+                       && curwin->w_cursor.col > 0
                        && (*(ml_get_cursor() - 1) == TAB
                            || (*(ml_get_cursor() - 1) == ' '
                                && (!*inserted_space_p
index c41c2d28630ae07e51bf5f12944293166cc2a3c6..7e1eaa1e902d0528f2f12aabe26d881f4c902bf3 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    212,
 /**/
     211,
 /**/