mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.1-212
This commit is contained in:
@@ -8452,6 +8452,7 @@ ins_bs(c, mode, inserted_space_p)
|
|||||||
if ( mode == BACKSPACE_CHAR
|
if ( mode == BACKSPACE_CHAR
|
||||||
&& ((p_sta && in_indent)
|
&& ((p_sta && in_indent)
|
||||||
|| (curbuf->b_p_sts != 0
|
|| (curbuf->b_p_sts != 0
|
||||||
|
&& curwin->w_cursor.col > 0
|
||||||
&& (*(ml_get_cursor() - 1) == TAB
|
&& (*(ml_get_cursor() - 1) == TAB
|
||||||
|| (*(ml_get_cursor() - 1) == ' '
|
|| (*(ml_get_cursor() - 1) == ' '
|
||||||
&& (!*inserted_space_p
|
&& (!*inserted_space_p
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
212,
|
||||||
/**/
|
/**/
|
||||||
211,
|
211,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user