Skip to content

Instantly share code, notes, and snippets.

@watiko
Last active December 24, 2015 13:48
Show Gist options
  • Save watiko/21be670d567d3fd7249a to your computer and use it in GitHub Desktop.
Save watiko/21be670d567d3fd7249a to your computer and use it in GitHub Desktop.
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