mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
gui_mch_update() now checks the run-loop
git-svn-id: http://macvim.googlecode.com/svn/trunk@171 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
+3
-1
@@ -133,7 +133,9 @@ gui_mch_open(void)
|
||||
void
|
||||
gui_mch_update(void)
|
||||
{
|
||||
[[MMBackend sharedInstance] flushQueue:NO];
|
||||
// TODO: Ensure that this causes no problems.
|
||||
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode
|
||||
beforeDate:[NSDate distantPast]];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user