From: Bram Moolenaar Date: Fri, 11 Jan 2008 20:27:45 +0000 (+0000) Subject: updated for version 7.1-218 X-Git-Tag: v7.1.218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81993f4744fabced02e4967196a8925366e0d405;p=vim updated for version 7.1-218 --- diff --git a/src/syntax.c b/src/syntax.c index f9fbb0129..e824682a5 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -2495,7 +2495,7 @@ check_state_ends() if (current_state.ga_len == 0) break; - if (had_extend) + if (had_extend && keepend_level >= 0) { syn_update_ends(FALSE); if (current_state.ga_len == 0) diff --git a/src/version.c b/src/version.c index 467a514c1..bf6941ebb 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 218, /**/ 217, /**/