updated for version 7.0-211

This commit is contained in:
vimboss
2007-03-08 12:10:13 +00:00
parent 0e7d4870f2
commit 0e5648052b
2 changed files with 8 additions and 1 deletions
+6 -1
View File
@@ -8250,7 +8250,12 @@ ins_bs(c, mode, inserted_space_p)
#endif
mincol = 0;
/* keep indent */
if (mode == BACKSPACE_LINE && curbuf->b_p_ai
if (mode == BACKSPACE_LINE
&& (curbuf->b_p_ai
#ifdef FEAT_CINDENT
|| cindent_on()
#endif
)
#ifdef FEAT_RIGHTLEFT
&& !revins_on
#endif
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
211,
/**/
210,
/**/