Skip to content

Commit fa9800e

Browse files
committed
Merge pull request #281 from macvim-dev/fix/job
Fix job
2 parents 2375f35 + 88f4fe0 commit fa9800e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/MacVim/gui_macvim.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,8 @@
406406
// called, so force a flush of the command queue here.
407407
[[MMBackend sharedInstance] flushQueue:YES];
408408

409-
#if defined(FEAT_NETBEANS_INTG)
410-
/* Process any queued netbeans messages. */
411-
netbeans_parse_messages();
409+
#ifdef MESSAGE_QUEUE
410+
parse_queued_messages();
412411
#endif
413412

414413
return [[MMBackend sharedInstance] waitForInput:wtime];

0 commit comments

Comments
 (0)