diff src/screen.c @ 29308:b1304512c036 v8.2.5170

patch 8.2.5170: tiny issues Commit: https://github.com/vim/vim/commit/944cc9ceba8868acd238264d4a3894803c566b37 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 27 22:17:37 2022 +0100 patch 8.2.5170: tiny issues Problem: Tiny issues. Solution: Tiny improvements.
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Jun 2022 23:30:04 +0200
parents aea330cb546f
children 60977de70684
line wrap: on
line diff
--- 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()