mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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
|
#endif
|
||||||
mincol = 0;
|
mincol = 0;
|
||||||
/* keep indent */
|
/* 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
|
#ifdef FEAT_RIGHTLEFT
|
||||||
&& !revins_on
|
&& !revins_on
|
||||||
#endif
|
#endif
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
211,
|
||||||
/**/
|
/**/
|
||||||
210,
|
210,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user