mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Rename w_p_conceal to w_p_conc for consistency.
This commit is contained in:
@@ -8296,7 +8296,7 @@ n_opencmd(cap)
|
||||
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. */
|
||||
|
Reference in New Issue
Block a user