Closed GoogleCodeExporter closed 9 years ago
Here is a patch:
diff --git a/src/option.c b/src/option.c
--- a/src/option.c
+++ b/src/option.c
@@ -6673,6 +6673,7 @@ did_set_string_option(opt_idx, varp, new
if (wp->w_buffer == curbuf && wp->w_p_spell)
{
errmsg = did_set_spelllang(wp);
+ redraw_later(NOT_VALID);
# ifdef FEAT_WINDOWS
break;
# endif
Original comment by chrisbr...@googlemail.com
on 30 Apr 2014 at 2:41
fixed by 7.4.288
Original comment by chrisbr...@googlemail.com
on 2 Oct 2014 at 7:52
Original issue reported on code.google.com by
walder...@gmx.net
on 22 Apr 2014 at 7:43