commit | e3b3f28db9f438e8b67495b152ce483807312cea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 06 21:45:49 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 06 21:45:49 2008 +0000 |
tree | e265d7245ed3c46fa21b11281fde96a931f2568f | |
parent | d25f42c7eb5323af104d820462503974bf7f2de6 [diff] [blame] |
updated for version 7.1-267
diff --git a/src/fold.c b/src/fold.c index a594644..4daaf70 100644 --- a/src/fold.c +++ b/src/fold.c
@@ -2307,7 +2307,7 @@ /* If some fold changed, need to redraw and position cursor. */ if (fold_changed && wp->w_p_fen) - changed_window_setting(); + changed_window_setting_win(wp); /* If we updated folds past "bot", need to redraw more lines. Don't do * this in other situations, the changed lines will be redrawn anyway and