terminal.c: temporary fix for incorrect paste handling

This commit is contained in:
Björn Linse 2016-03-31 15:06:45 +02:00
parent ae686092f8
commit 14c9b30f2e
1 changed files with 4 additions and 0 deletions

View File

@ -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: