mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
fix(input): fix macro recording with ALT and special key (#18917)
This commit is contained in:
@@ -1007,6 +1007,7 @@ int ins_char_typebuf(int c, int modifier)
|
||||
buf[len + 1] = (char_u)K_SECOND(c);
|
||||
buf[len + 2] = (char_u)K_THIRD(c);
|
||||
buf[len + 3] = NUL;
|
||||
len += 3;
|
||||
} else {
|
||||
char_u *end = add_char2buf(c, buf + len);
|
||||
*end = NUL;
|
||||
|
Reference in New Issue
Block a user