comparison src/structs.h @ 386:607d3cd9364f

updated for version 7.0100
author vimboss
date Sat, 02 Jul 2005 23:19:16 +0000
parents 6b49757d378c
children c60ba877860b
comparison
equal deleted inserted replaced
385:bd4c7ce1da02 386:607d3cd9364f
1343 char_u *b_p_sua; /* 'suffixesadd' */ 1343 char_u *b_p_sua; /* 'suffixesadd' */
1344 #endif 1344 #endif
1345 int b_p_swf; /* 'swapfile' */ 1345 int b_p_swf; /* 'swapfile' */
1346 #ifdef FEAT_SYN_HL 1346 #ifdef FEAT_SYN_HL
1347 char_u *b_p_syn; /* 'syntax' */ 1347 char_u *b_p_syn; /* 'syntax' */
1348 char_u *b_p_spc; /* 'spellcapcheck' */
1349 regprog_T *b_cap_prog; /* program for 'spellcapcheck' */
1348 char_u *b_p_spf; /* 'spellfile' */ 1350 char_u *b_p_spf; /* 'spellfile' */
1349 char_u *b_p_spl; /* 'spelllang' */ 1351 char_u *b_p_spl; /* 'spelllang' */
1350 #endif 1352 #endif
1351 long b_p_ts; /* 'tabstop' */ 1353 long b_p_ts; /* 'tabstop' */
1352 int b_p_tx; /* 'textmode' */ 1354 int b_p_tx; /* 'textmode' */