0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0099

This commit is contained in:
Bram Moolenaar
2005-07-01 22:41:52 +00:00
parent ba4128faa3
commit 1f8a5f0eac
5 changed files with 51 additions and 39 deletions

View File

@@ -1182,7 +1182,7 @@ syn_stack_apply_changes(buf)
prev = NULL;
for (p = buf->b_sst_first; p != NULL; )
{
if (p->sst_lnum + syn_buf->b_syn_sync_linebreaks > buf->b_mod_top)
if (p->sst_lnum + buf->b_syn_sync_linebreaks > buf->b_mod_top)
{
n = p->sst_lnum + buf->b_mod_xlines;
if (n <= buf->b_mod_bot)