mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
terminal.c: temporary fix for incorrect paste handling
This commit is contained in:
parent
ae686092f8
commit
14c9b30f2e
@ -411,6 +411,10 @@ static int terminal_execute(VimState *state, int key)
|
||||
apply_autocmds(EVENT_FOCUSLOST, NULL, NULL, false, curbuf);
|
||||
break;
|
||||
|
||||
// Temporary fix until paste events gets implemented
|
||||
case K_PASTE:
|
||||
break;
|
||||
|
||||
case K_LEFTMOUSE:
|
||||
case K_LEFTDRAG:
|
||||
case K_LEFTRELEASE:
|
||||
|
Loading…
Reference in New Issue
Block a user