diff src/mbyte.c @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents ef254e0f2365
children 51a4d1c2a95b
line wrap: on
line diff
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -706,6 +706,11 @@ codepage_invalid:
 	gui_mch_update_codec();
 #endif
 
+#ifdef FEAT_SYN_HL
+    /* Need to reload spell dictionaries */
+    spell_reload();
+#endif
+
     return NULL;
 }