0
0
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:
Bram Moolenaar
2008-01-11 20:27:45 +00:00
parent 426e5c9521
commit 81993f4744
2 changed files with 3 additions and 1 deletions

View File

@@ -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)

View File

@@ -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,
/**/ /**/