diff src/getchar.c @ 29404:87980a7936e7 v9.0.0044

patch 9.0.0044: typos in comments, wrapping lines Commit: https://github.com/vim/vim/commit/b8329db36a886355e6e9cb9986a3668fef78c438 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 6 13:31:28 2022 +0100 patch 9.0.0044: typos in comments, wrapping lines Problem: Typos in comments, wrapping lines. Solution: Adjust comments. Wrap lines.
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Jul 2022 14:45:03 +0200
parents 4e48651f2e48
children 5da38c4ffe92
line wrap: on
line diff
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -3020,8 +3020,9 @@ check_end_reg_executing(int advance)
 vgetorpeek(int advance)
 {
     int		c, c1;
-    int		timedout = FALSE;	// waited for more than 1 second
-					// for mapping to complete
+    int		timedout = FALSE;	// waited for more than 'timeoutlen'
+					// for mapping to complete or
+					// 'ttimeoutlen' for complete key code
     int		mapdepth = 0;		// check for recursive mapping
     int		mode_deleted = FALSE;   // set when mode has been deleted
 #ifdef FEAT_CMDL_INFO