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:
@@ -1476,7 +1476,7 @@ ins_redraw(ready)
|
||||
||
|
||||
# endif
|
||||
# ifdef FEAT_CONCEAL
|
||||
curwin->w_p_conceal
|
||||
curwin->w_p_conc > 0
|
||||
# endif
|
||||
)
|
||||
&& !equalpos(last_cursormoved, curwin->w_cursor)
|
||||
@@ -1498,7 +1498,7 @@ ins_redraw(ready)
|
||||
apply_autocmds(EVENT_CURSORMOVEDI, NULL, NULL, FALSE, curbuf);
|
||||
# endif
|
||||
# ifdef FEAT_CONCEAL
|
||||
if (curwin->w_p_conceal)
|
||||
if (curwin->w_p_conc > 0)
|
||||
{
|
||||
conceal_old_cursor_line = last_cursormoved.lnum;
|
||||
conceal_new_cursor_line = curwin->w_cursor.lnum;
|
||||
|
Reference in New Issue
Block a user