summaryrefslogtreecommitdiffstats
path: root/src/screen.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-27 22:17:37 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-27 22:17:37 +0100
commit944cc9ceba8868acd238264d4a3894803c566b37 (patch)
tree7a901be2f02ec0e9c43051471da42e2d28e3f413 /src/screen.c
parent069a7d561bbe7e3b9bf132f71b7121c59f99e8f1 (diff)
patch 8.2.5170: tiny issuesv8.2.5170
Problem: Tiny issues. Solution: Tiny improvements.
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index a5b77e236c..82a0e91ddc 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -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()