diff src/structs.h @ 378:6b49757d378c

updated for version 7.0098
author vimboss
date Thu, 30 Jun 2005 22:04:15 +0000
parents 3a21825ad207
children 607d3cd9364f
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -1469,7 +1469,10 @@ struct file_buffer
 
     /* for spell checking */
     garray_T	b_langp;	/* list of pointers to slang_T, see spell.c */
-
+    char_u	b_spell_ismw[256];/* flags: is midword char */
+# ifdef FEAT_MBYTE
+    char_u	*b_spell_ismw_mb; /* multi-byte midword chars */
+# endif
 #endif /* FEAT_SYN_HL */
 
 #ifdef FEAT_SIGNS