commit | c400cb9ca7dbd88a6c0ae678c7e04e54311d552d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 19:52:13 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 19 19:52:13 2010 +0200 |
tree | 61177f3c62264dca07df5d8a9e2947450c0082b8 | |
parent | 01a8f38fcd469db0360b896cb670b889619d3752 [diff] [blame] |
Rename w_p_conceal to w_p_conc for consistency.
diff --git a/src/normal.c b/src/normal.c index 0559167..4d2f4c6 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -8296,7 +8296,7 @@ 0, 0)) { #ifdef FEAT_CONCEAL - if (curwin->w_p_conceal && oldline != curwin->w_cursor.lnum) + if (curwin->w_p_conc > 0 && oldline != curwin->w_cursor.lnum) update_single_line(curwin, oldline); #endif /* When '#' is in 'cpoptions' ignore the count. */