comparison src/structs.h @ 2348:8878a9f8db87 vim73

Rename w_p_conceal to w_p_conc for consistency.
author Bram Moolenaar <bram@vim.org>
date Mon, 19 Jul 2010 19:52:13 +0200
parents ad2889f48843
children d8e4b27cef80
comparison
equal deleted inserted replaced
2347:9228765d3e13 2348:8878a9f8db87
214 # define w_p_scb w_onebuf_opt.wo_scb /* 'scrollbind' */ 214 # define w_p_scb w_onebuf_opt.wo_scb /* 'scrollbind' */
215 #endif 215 #endif
216 int wo_wrap; 216 int wo_wrap;
217 #define w_p_wrap w_onebuf_opt.wo_wrap /* 'wrap' */ 217 #define w_p_wrap w_onebuf_opt.wo_wrap /* 'wrap' */
218 #ifdef FEAT_CONCEAL 218 #ifdef FEAT_CONCEAL
219 long wo_conceal; /* 'conceal' */ 219 long wo_conc; /* 'conceal' */
220 # define w_p_conceal w_onebuf_opt.wo_conceal 220 # define w_p_conc w_onebuf_opt.wo_conc
221 #endif 221 #endif
222 #ifdef FEAT_CURSORBIND 222 #ifdef FEAT_CURSORBIND
223 int wo_crb; 223 int wo_crb;
224 # define w_p_crb w_onebuf_opt.wo_crb /* 'cursorbind' */ 224 # define w_p_crb w_onebuf_opt.wo_crb /* 'cursorbind' */
225 #endif 225 #endif