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

updated for version 7.0185

This commit is contained in:
Bram Moolenaar
2006-01-22 23:22:22 +00:00
parent 0ac9379acf
commit 66fa271a25
5 changed files with 58 additions and 29 deletions

View File

@@ -441,9 +441,10 @@ diff_mark_adjust(line1, line2, amount, amount_after)
}
diff_redraw(TRUE);
/* Recompute the scroll binding, may remove or add filler lines (e.g.,
* when adding lines above w_topline). */
check_scrollbind((linenr_T)0, 0L);
/* Need to recompute the scroll binding, may remove or add filler lines
* (e.g., when adding lines above w_topline). But it's slow when making
* many changes, postpone until redrawing. */
diff_need_scrollbind = TRUE;
}
/*