0
0
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:
Bram Moolenaar
2022-06-27 22:17:37 +01:00
parent 069a7d561b
commit 944cc9ceba
4 changed files with 6 additions and 3 deletions

View File

@@ -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()