mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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)
|
||||
break;
|
||||
|
||||
if (had_extend)
|
||||
if (had_extend && keepend_level >= 0)
|
||||
{
|
||||
syn_update_ends(FALSE);
|
||||
if (current_state.ga_len == 0)
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
218,
|
||||
/**/
|
||||
217,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user