aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index a3e104b160..924414c7da 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -3967,6 +3967,7 @@ char_u *did_set_spelllang(win_T *wp)
theend:
free(spl_copy);
recursive = FALSE;
+ redraw_win_later(wp, NOT_VALID);
return ret_msg;
}