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, 0 insertions, 2 deletions
diff --git a/src/spell.c b/src/spell.c
index 2742997c2c..eb1b9fb6c8 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -2920,9 +2920,7 @@ spell_reload(void)
if (wp->w_p_spell)
{
(void)did_set_spelllang(wp);
-# ifdef FEAT_WINDOWS
break;
-# endif
}
}
}