diff options
Diffstat (limited to 'src/diff.c')
-rw-r--r-- | src/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c index 82be8b9ae..fec338263 100644 --- a/src/diff.c +++ b/src/diff.c @@ -602,7 +602,7 @@ diff_redraw(dofold) for (wp = firstwin; wp != NULL; wp = wp->w_next) if (wp->w_p_diff) { - redraw_win_later(wp, NOT_VALID); + redraw_win_later(wp, SOME_VALID); #ifdef FEAT_FOLDING if (dofold && foldmethodIsDiff(wp)) foldUpdateAll(wp); |