diff src/proto/main.pro @ 29128:d8a962d7b008 v8.2.5084

patch 8.2.5084: when the GUI shows a dialog tests get stuck Commit: https://github.com/vim/vim/commit/2d12c25a1b73fb6991006fd970b3132ab8ee8b62 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 21:42:45 2022 +0100 patch 8.2.5084: when the GUI shows a dialog tests get stuck Problem: When the GUI shows a dialog tests get stuck. Solution: Add the --gui-dialog-file argument.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jun 2022 22:45:06 +0200
parents 5e41b2e63c73
children 584231b9b37e
line wrap: on
line diff
--- a/src/proto/main.pro
+++ b/src/proto/main.pro
@@ -2,6 +2,7 @@
 int vim_main2(void);
 void common_init(mparm_T *paramp);
 int is_not_a_term(void);
+char_u *get_gui_dialog_file(void);
 int op_pending(void);
 void may_trigger_safestate(int safe);
 void state_no_longer_safe(char *reason);