summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-19 19:52:13 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-19 19:52:13 +0200
commitc400cb9ca7dbd88a6c0ae678c7e04e54311d552d (patch)
tree61177f3c62264dca07df5d8a9e2947450c0082b8 /src/structs.h
parent01a8f38fcd469db0360b896cb670b889619d3752 (diff)
Rename w_p_conceal to w_p_conc for consistency.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/structs.h b/src/structs.h
index e0f9f3bef9..ebcc3cffed 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -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;