fix(redraw): avoid unnecessary redraws and glitches with floats+messages

fixes #20106
fixes #20229
This commit is contained in:
bfredl
2022-09-16 19:21:32 +02:00
parent 8d13b08a03
commit 00cfc1dceb
9 changed files with 523 additions and 99 deletions

View File

@@ -1658,7 +1658,7 @@ void ex_luado(exarg_T *const eap)
}
lua_pop(lstate, 1);
check_cursor();
update_screen(UPD_NOT_VALID);
redraw_curbuf_later(UPD_NOT_VALID);
}
/// Run lua file