0
0
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:
Bram Moolenaar
2010-07-19 19:52:13 +02:00
parent 01a8f38fcd
commit c400cb9ca7
11 changed files with 36 additions and 28 deletions

View File

@@ -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);
}
}