forked from aniani/vim
updated for version 7.0197
This commit is contained in:
@@ -609,7 +609,10 @@ key_event(BalloonEval *beval, unsigned keyval, int is_keypress)
|
||||
? (int)GDK_CONTROL_MASK : 0);
|
||||
break;
|
||||
default:
|
||||
cancelBalloon(beval);
|
||||
/* Don't do this for key release, we apparently get these with
|
||||
* focus changes in some GTK version. */
|
||||
if (is_keypress)
|
||||
cancelBalloon(beval);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user