diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-22 23:03:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-22 23:03:44 +0000 |
commit | 6bb683663ad7ae9c303284c335a731a13233c6c2 (patch) | |
tree | ae1a51eb5403b7182a3bdd4d16c86b4bc1705a7a /src/structs.h | |
parent | fc73515f7ba66b47705265bb8d01c6bec5df09c4 (diff) | |
download | vim-6bb683663ad7ae9c303284c335a731a13233c6c2.zip |
updated for version 7.0063
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 1 |
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 */ |