From 7b88a0e32430c040a2a33a2aad5a20ef39e45399 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 9 Jan 2008 09:14:13 +0000 Subject: [PATCH] updated for version 7.1-212 --- src/edit.c | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/edit.c b/src/edit.c index 138340767..4a9e1cf39 100644 --- a/src/edit.c +++ b/src/edit.c @@ -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 diff --git a/src/version.c b/src/version.c index c41c2d286..7e1eaa1e9 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 212, /**/ 211, /**/ -- 2.50.1