Last active
December 24, 2015 13:48
-
-
Save watiko/21be670d567d3fd7249a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git src/gui.c src/gui.c | |
index 57c2b20..f091fb8 100644 | |
--- src/gui.c | |
+++ src/gui.c | |
@@ -1975,6 +1975,9 @@ gui_write(s, len) | |
#endif | |
gui_mch_flush(); /* In case vim decides to take a nap */ | |
+#if defined(FEAT_GUI_MACVIM) | |
+ gui_macvim_flush(); | |
+#endif | |
} | |
/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment