We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2375f35 commit 88f4fe0Copy full SHA for 88f4fe0
1 file changed
src/MacVim/gui_macvim.m
@@ -406,9 +406,8 @@
406
// called, so force a flush of the command queue here.
407
[[MMBackend sharedInstance] flushQueue:YES];
408
409
-#if defined(FEAT_NETBEANS_INTG)
410
- /* Process any queued netbeans messages. */
411
- netbeans_parse_messages();
+#ifdef MESSAGE_QUEUE
+ parse_queued_messages();
412
#endif
413
414
return [[MMBackend sharedInstance] waitForInput:wtime];
0 commit comments