mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 9.0.0206: redraw flags are not named specifically
Problem: Redraw flags are not named specifically. Solution: Prefix "UPD_" to the flags, for UPDate_screen().
This commit is contained in:
@@ -719,7 +719,7 @@ leftcol_changed(void)
|
||||
|
||||
if (retval)
|
||||
curwin->w_set_curswant = TRUE;
|
||||
redraw_later(NOT_VALID);
|
||||
redraw_later(UPD_NOT_VALID);
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user