summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-06-06 16:22:46 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-06 16:22:46 +0100
commit3760bfddc414e4d3e1c4203db8c22e293cf08d09 (patch)
tree0fb8b02af50f9f58e863f477f07656e3aef01cb5 /src/getchar.c
parent44a3f3353e0407e9fffee138125a6927d1c9e7e5 (diff)
patch 8.2.5064: no test for what 8.1.0052 fixesv8.2.5064
Problem: No test for what 8.1.0052 fixes. Solution: Add a test. (closes #10531)
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 03d90ac87e..2747423b1d 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -3458,8 +3458,8 @@ vgetorpeek(int advance)
* get a character: 3. from the user - get it
*/
if (typebuf.tb_len == 0)
- // timedout may have been set while waiting for a mapping
- // that has a <Nop> RHS.
+ // timedout may have been set if a mapping with empty RHS
+ // fully matched while longer mappings timed out.
timedout = FALSE;
if (advance)