comparison src/structs.h @ 12:bdeee1504ac1

updated for version 7.0004
author vimboss
date Fri, 02 Jul 2004 15:38:35 +0000
parents 4424b47a0797
children 24d5189d3956
comparison
equal deleted inserted replaced
11:4424b47a0797 12:bdeee1504ac1
1087 char_u *b_p_cms; /* 'commentstring' */ 1087 char_u *b_p_cms; /* 'commentstring' */
1088 #endif 1088 #endif
1089 #ifdef FEAT_INS_EXPAND 1089 #ifdef FEAT_INS_EXPAND
1090 char_u *b_p_cpt; /* 'complete' */ 1090 char_u *b_p_cpt; /* 'complete' */
1091 #endif 1091 #endif
1092 #ifdef FEAT_COMPL_FUNC
1093 char_u *b_p_cfu; /* 'completefunc' */
1094 #endif
1092 int b_p_eol; /* 'endofline' */ 1095 int b_p_eol; /* 'endofline' */
1093 int b_p_et; /* 'expandtab' */ 1096 int b_p_et; /* 'expandtab' */
1094 int b_p_et_nobin; /* b_p_et saved for binary mode */ 1097 int b_p_et_nobin; /* b_p_et saved for binary mode */
1095 #ifdef FEAT_MBYTE 1098 #ifdef FEAT_MBYTE
1096 char_u *b_p_fenc; /* 'fileencoding' */ 1099 char_u *b_p_fenc; /* 'fileencoding' */
1127 char_u *b_p_nf; /* 'nrformats' */ 1130 char_u *b_p_nf; /* 'nrformats' */
1128 #ifdef FEAT_OSFILETYPE 1131 #ifdef FEAT_OSFILETYPE
1129 char_u *b_p_oft; /* 'osfiletype' */ 1132 char_u *b_p_oft; /* 'osfiletype' */
1130 #endif 1133 #endif
1131 int b_p_pi; /* 'preserveindent' */ 1134 int b_p_pi; /* 'preserveindent' */
1135 #ifdef FEAT_TEXTOBJ
1136 char_u *b_p_qe; /* 'quoteescape' */
1137 #endif
1132 int b_p_ro; /* 'readonly' */ 1138 int b_p_ro; /* 'readonly' */
1133 long b_p_sw; /* 'shiftwidth' */ 1139 long b_p_sw; /* 'shiftwidth' */
1134 #ifndef SHORT_FNAME 1140 #ifndef SHORT_FNAME
1135 int b_p_sn; /* 'shortname' */ 1141 int b_p_sn; /* 'shortname' */
1136 #endif 1142 #endif