1
0
forked from aniani/vim

Rename w_p_conceal to w_p_conc for consistency.

This commit is contained in:
Bram Moolenaar
2010-07-19 19:52:13 +02:00
parent 01a8f38fcd
commit c400cb9ca7
11 changed files with 36 additions and 28 deletions

View File

@@ -216,8 +216,8 @@ typedef struct
int wo_wrap;
#define w_p_wrap w_onebuf_opt.wo_wrap /* 'wrap' */
#ifdef FEAT_CONCEAL
long wo_conceal; /* 'conceal' */
# define w_p_conceal w_onebuf_opt.wo_conceal
long wo_conc; /* 'conceal' */
# define w_p_conc w_onebuf_opt.wo_conc
#endif
#ifdef FEAT_CURSORBIND
int wo_crb;