forked from aniani/vim
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:
@@ -3467,7 +3467,7 @@ term_channel_closed(channel_T *ch)
|
||||
redraw_statuslines();
|
||||
|
||||
// Need to break out of vgetc().
|
||||
ins_char_typebuf(K_IGNORE);
|
||||
ins_char_typebuf(K_IGNORE, 0);
|
||||
typebuf_was_filled = TRUE;
|
||||
|
||||
term = curbuf->b_term;
|
||||
|
Reference in New Issue
Block a user