1
0
forked from aniani/vim

updated for version 7.0-211

This commit is contained in:
Bram Moolenaar 2007-03-08 12:10:13 +00:00
parent 6cbce9d0db
commit 9248e6e12e
2 changed files with 8 additions and 1 deletions

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

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
211,
/**/
210,
/**/