commit | 3b56eb3d3188b4fdf3956df8e7c709fabf9969ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 22:40:32 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 11 22:40:32 2005 +0000 |
tree | df963f784d8a6032eb798f27975541c84b16527f | |
parent | 9ff7011bcba731fc32e0cf6de8f4b037c0fcc3ec [diff] [blame] |
updated for version 7.0107
diff --git a/src/structs.h b/src/structs.h index 7e14444..b7f39fe 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1344,6 +1344,7 @@ #endif int b_p_swf; /* 'swapfile' */ #ifdef FEAT_SYN_HL + long b_p_smc; /* 'synmaxcol' */ char_u *b_p_syn; /* 'syntax' */ char_u *b_p_spc; /* 'spellcapcheck' */ regprog_T *b_cap_prog; /* program for 'spellcapcheck' */