mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
Rename w_p_conceal to w_p_conc for consistency.
This commit is contained in:
@@ -2710,7 +2710,7 @@ u_undo_end(did_undo, absolute)
|
||||
|
||||
FOR_ALL_WINDOWS(wp)
|
||||
{
|
||||
if (wp->w_buffer == curbuf && wp->w_p_conceal)
|
||||
if (wp->w_buffer == curbuf && wp->w_p_conc > 0)
|
||||
redraw_win_later(wp, NOT_VALID);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user