diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-02 23:19:16 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-02 23:19:16 +0000 |
commit | 0d9c26dd8333aae4b20015f13fe2e8e1f07037bd (patch) | |
tree | bb7411a26272fdb19424741790f1d3b4a2c61f20 /src/structs.h | |
parent | f9184a1d3151b5b727fec86c2ac0946c9c68df4d (diff) | |
download | vim-git-0d9c26dd8333aae4b20015f13fe2e8e1f07037bd.tar.gz |
updated for version 7.0100
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index bc2b1bbd5..7e144447d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1345,6 +1345,8 @@ struct file_buffer 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 |