summaryrefslogtreecommitdiffstats
path: root/src/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index 6b431fa5bf..085f3177cb 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -2280,11 +2280,11 @@ did_set_spelllang(win_T *wp)
}
}
}
+ redraw_win_later(wp, NOT_VALID);
theend:
vim_free(spl_copy);
recursive = FALSE;
- redraw_win_later(wp, NOT_VALID);
return ret_msg;
}