0
0
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:
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)
break;
if (had_extend)
if (had_extend && keepend_level >= 0)
{
syn_update_ends(FALSE);
if (current_state.ga_len == 0)