mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
patch 8.2.0839: dropping modifier when putting a character back in typeahead
Problem: Dropping modifier when putting a character back in typeahead. Solution: Add modifier to ins_char_typebuf(). (closes #6158)
This commit is contained in:
@@ -25,7 +25,7 @@ int start_redo_ins(void);
|
||||
void stop_redo_ins(void);
|
||||
int noremap_keys(void);
|
||||
int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent);
|
||||
void ins_char_typebuf(int c);
|
||||
void ins_char_typebuf(int c, int modifier);
|
||||
int typebuf_changed(int tb_change_cnt);
|
||||
int typebuf_typed(void);
|
||||
int typebuf_maplen(void);
|
||||
|
Reference in New Issue
Block a user