summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-22 23:03:44 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-22 23:03:44 +0000
commit6bb683663ad7ae9c303284c335a731a13233c6c2 (patch)
treeae1a51eb5403b7182a3bdd4d16c86b4bc1705a7a /src/structs.h
parentfc73515f7ba66b47705265bb8d01c6bec5df09c4 (diff)
downloadvim-git-6bb683663ad7ae9c303284c335a731a13233c6c2.tar.gz
updated for version 7.0063
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 78f292944..a45a98ee4 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1424,6 +1424,7 @@ struct file_buffer
garray_T b_syn_patterns; /* table for syntax patterns */
garray_T b_syn_clusters; /* table for syntax clusters */
int b_spell_cluster_id; /* @Spell cluster ID or 0 */
+ int b_nospell_cluster_id; /* @NoSpell cluster ID or 0 */
int b_syn_containedin; /* TRUE when there is an item with a
"containedin" argument */
int b_syn_sync_flags; /* flags about how to sync */