summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-11 22:40:32 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-11 22:40:32 +0000
commit3b56eb3d3188b4fdf3956df8e7c709fabf9969ca (patch)
treedf963f784d8a6032eb798f27975541c84b16527f /src/structs.h
parent9ff7011bcba731fc32e0cf6de8f4b037c0fcc3ec (diff)
downloadvim-3b56eb3d3188b4fdf3956df8e7c709fabf9969ca.zip
updated for version 7.0107
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 7e144447d..b7f39febf 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1344,6 +1344,7 @@ struct file_buffer
#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' */