comparison src/misc1.c @ 1987:613517f0b72a v7.2.284

updated for version 7.2-284
author vimboss
date Tue, 03 Nov 2009 17:47:12 +0000
parents 5ed9395c1864
children 077c15286de8
comparison
equal deleted inserted replaced
1986:75b3f9cc19da 1987:613517f0b72a
2884 * may need to be redrawn */ 2884 * may need to be redrawn */
2885 wp->w_lines[i].wl_valid = FALSE; 2885 wp->w_lines[i].wl_valid = FALSE;
2886 } 2886 }
2887 #endif 2887 #endif
2888 } 2888 }
2889
2890 #ifdef FEAT_FOLDING
2891 /* Take care of side effects for setting w_topline when folds have
2892 * changed. Esp. when the buffer was changed in another window. */
2893 if (hasAnyFolding(wp))
2894 set_topline(wp, wp->w_topline);
2895 #endif
2889 } 2896 }
2890 } 2897 }
2891 2898
2892 /* Call update_screen() later, which checks out what needs to be redrawn, 2899 /* Call update_screen() later, which checks out what needs to be redrawn,
2893 * since it notices b_mod_set and then uses b_mod_*. */ 2900 * since it notices b_mod_set and then uses b_mod_*. */