updated for version 7.1-212
author |
vimboss |
date |
Wed, 09 Jan 2008 09:14:13 +0000 |
parents |
29c09fa57168 |
children |
4845822f6a6c |
files |
src/edit.c src/version.c |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 212,
+/**/
211,
/**/
210,