forked from aniani/vim
updated for version 7.0-211
This commit is contained in:
parent
6cbce9d0db
commit
9248e6e12e
@ -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
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
211,
|
||||
/**/
|
||||
210,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user