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:
@@ -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
|
||||
|
Reference in New Issue
Block a user