commit | 0d9c26dd8333aae4b20015f13fe2e8e1f07037bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 23:19:16 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 23:19:16 2005 +0000 |
tree | bb7411a26272fdb19424741790f1d3b4a2c61f20 | |
parent | f9184a1d3151b5b727fec86c2ac0946c9c68df4d [diff] [blame] |
updated for version 7.0100
diff --git a/src/structs.h b/src/structs.h index bc2b1bb..7e14444 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1345,6 +1345,8 @@ int b_p_swf; /* 'swapfile' */ #ifdef FEAT_SYN_HL char_u *b_p_syn; /* 'syntax' */ + char_u *b_p_spc; /* 'spellcapcheck' */ + regprog_T *b_cap_prog; /* program for 'spellcapcheck' */ char_u *b_p_spf; /* 'spellfile' */ char_u *b_p_spl; /* 'spelllang' */ #endif