summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-23 06:25:29 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-23 06:25:29 +0100
commitbb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4 (patch)
treebe296d15ed4520057e144afafda736c646fceee7 /src/getchar.c
parent81a3ff97e2012bdafc3ece796289f2e11e2754f3 (diff)
patch 9.0.0059: test file has wrong namev9.0.0059
Problem: Test file has wrong name. Solution: Rename the file. Various small fixes. (closes #10674)
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 419ce7468e..fc15daaf7d 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -2436,7 +2436,7 @@ handle_mapping(
int local_State = get_real_state();
int is_plug_map = FALSE;
- // If typehead starts with <Plug> then remap, even for a "noremap" mapping.
+ // If typeahead starts with <Plug> then remap, even for a "noremap" mapping.
if (typebuf.tb_len >= 3
&& typebuf.tb_buf[typebuf.tb_off] == K_SPECIAL
&& typebuf.tb_buf[typebuf.tb_off + 1] == KS_EXTRA