mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1-218
This commit is contained in:
@@ -2495,7 +2495,7 @@ check_state_ends()
|
|||||||
if (current_state.ga_len == 0)
|
if (current_state.ga_len == 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if (had_extend)
|
if (had_extend && keepend_level >= 0)
|
||||||
{
|
{
|
||||||
syn_update_ends(FALSE);
|
syn_update_ends(FALSE);
|
||||||
if (current_state.ga_len == 0)
|
if (current_state.ga_len == 0)
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
218,
|
||||||
/**/
|
/**/
|
||||||
217,
|
217,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user