comparison src/diff.c @ 638:593092a5362b

updated for version 7.0185
author vimboss
date Sun, 22 Jan 2006 23:22:22 +0000
parents 7052f11a3dc9
children 9032e4668296
comparison
equal deleted inserted replaced
637:a420bba0d851 638:593092a5362b
439 } 439 }
440 440
441 } 441 }
442 diff_redraw(TRUE); 442 diff_redraw(TRUE);
443 443
444 /* Recompute the scroll binding, may remove or add filler lines (e.g., 444 /* Need to recompute the scroll binding, may remove or add filler lines
445 * when adding lines above w_topline). */ 445 * (e.g., when adding lines above w_topline). But it's slow when making
446 check_scrollbind((linenr_T)0, 0L); 446 * many changes, postpone until redrawing. */
447 diff_need_scrollbind = TRUE;
447 } 448 }
448 449
449 /* 450 /*
450 * Allocate a new diff block and link it between "dprev" and "dp". 451 * Allocate a new diff block and link it between "dprev" and "dp".
451 */ 452 */