1
0
forked from aniani/vim

updated for version 7.0222

This commit is contained in:
Bram Moolenaar
2006-03-12 21:52:47 +00:00
parent f71a3db47e
commit 60f8377e42
3 changed files with 5 additions and 2 deletions

View File

@@ -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);