mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-05-28 00:21:57 +02:00
@@ -406,9 +406,8 @@ gui_mch_wait_for_chars(int wtime)
|
||||
// called, so force a flush of the command queue here.
|
||||
[[MMBackend sharedInstance] flushQueue:YES];
|
||||
|
||||
#if defined(FEAT_NETBEANS_INTG)
|
||||
/* Process any queued netbeans messages. */
|
||||
netbeans_parse_messages();
|
||||
#ifdef MESSAGE_QUEUE
|
||||
parse_queued_messages();
|
||||
#endif
|
||||
|
||||
return [[MMBackend sharedInstance] waitForInput:wtime];
|
||||
|
||||
Reference in New Issue
Block a user