mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
paste: WIP #4448
This commit is contained in:
@@ -475,10 +475,6 @@ static int terminal_execute(VimState *state, int key)
|
||||
TerminalState *s = (TerminalState *)state;
|
||||
|
||||
switch (key) {
|
||||
// Temporary fix until paste events gets implemented
|
||||
case K_PASTE:
|
||||
break;
|
||||
|
||||
case K_LEFTMOUSE:
|
||||
case K_LEFTDRAG:
|
||||
case K_LEFTRELEASE:
|
||||
|
||||
Reference in New Issue
Block a user