aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-23 14:18:43 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-07-23 14:22:08 +0800
commit264791925a76412ed9109028d0d694f7847249be (patch)
tree0a65d6dc02c9b644a0111a2e7c5b87aa0f9742de /src/nvim/getchar.c
parentd0ced2a127ab3974deaefcfab214b564b1ef48e7 (diff)
downloadrneovim-264791925a76412ed9109028d0d694f7847249be.tar.gz
rneovim-264791925a76412ed9109028d0d694f7847249be.tar.bz2
rneovim-264791925a76412ed9109028d0d694f7847249be.zip
vim-patch:9.0.0059: test file has wrong name
Problem: Test file has wrong name. Solution: Rename the file. Various small fixes. (closes vim/vim#10674) https://github.com/vim/vim/commit/bb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 2d10ad7ddb..3e8591b2be 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -1808,7 +1808,7 @@ static int handle_mapping(int *keylenp, bool *timedout, int *mapdepth)
int local_State = get_real_state();
bool 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