summaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spell.c b/src/spell.c
index 8ca9313a3..08f627d0a 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -2284,7 +2284,7 @@ did_set_spelllang(win_T *wp)
}
}
}
- redraw_win_later(wp, NOT_VALID);
+ redraw_win_later(wp, UPD_NOT_VALID);
theend:
vim_free(spl_copy);
@@ -3854,7 +3854,7 @@ ex_spelldump(exarg_T *eap)
if (curbuf->b_ml.ml_line_count > 1)
ml_delete(curbuf->b_ml.ml_line_count);
- redraw_later(NOT_VALID);
+ redraw_later(UPD_NOT_VALID);
}
/*