mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
fix(terminal): fix duplicate recording with mouse click (#28103)
This commit is contained in:
@@ -1631,7 +1631,10 @@ end:
|
||||
return false;
|
||||
}
|
||||
|
||||
ins_char_typebuf(vgetc_char, vgetc_mod_mask);
|
||||
int len = ins_char_typebuf(vgetc_char, vgetc_mod_mask);
|
||||
if (KeyTyped) {
|
||||
ungetchars(len);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user