Guest User

Untitled

a guest
Jun 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. diff --git a/src/window.c b/src/window.c
  2. index abd107b..c3936df 100644
  3. --- a/src/window.c
  4. +++ b/src/window.c
  5. @@ -5561,7 +5561,7 @@ win_new_height(wp, height)
  6. win_comp_scroll(wp);
  7. #ifdef FEAT_GUI_MACVIM
  8. /* The view may have moved, so clear all or display may get corrupted. */
  9. - redraw_win_later(wp, CLEAR);
  10. + redraw_win_later(wp, NOT_VALID);
  11. #else
  12. redraw_win_later(wp, SOME_VALID);
  13. #endif
Add Comment
Please, Sign In to add comment