summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-06 13:31:28 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-06 13:31:28 +0100
commitb8329db36a886355e6e9cb9986a3668fef78c438 (patch)
tree33ffb8b90e8cd13707eadfe3848c30a09d06c8fc /src/getchar.c
parent5ed11535e0695163cec71033b98bb97356cf0113 (diff)
patch 9.0.0044: typos in comments, wrapping linesv9.0.0044
Problem: Typos in comments, wrapping lines. Solution: Adjust comments. Wrap lines.
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 12fd1c9146..419ce7468e 100644
--- 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