0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 9.0.0059: test file has wrong name

Problem:    Test file has wrong name.
Solution:   Rename the file.  Various small fixes. (closes #10674)
This commit is contained in:
zeertzjq
2022-07-23 06:25:29 +01:00
committed by Bram Moolenaar
parent 81a3ff97e2
commit bb404f5ad5
10 changed files with 50 additions and 36 deletions

View File

@@ -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