mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.2.5170: tiny issues
Problem: Tiny issues. Solution: Tiny improvements.
This commit is contained in:
@@ -4133,7 +4133,7 @@ screen_del_lines(
|
||||
skip_showmode()
|
||||
{
|
||||
// Call char_avail() only when we are going to show something, because it
|
||||
// takes a bit of time. redrawing() may also call char_avail_avail().
|
||||
// takes a bit of time. redrawing() may also call char_avail().
|
||||
if (global_busy
|
||||
|| msg_silent != 0
|
||||
|| !redrawing()
|
||||
|
Reference in New Issue
Block a user