Mercurial > vim
diff src/proto/gui.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 | aade8ef975d5 |
children | a74398c432a4 |
line wrap: on
line diff
--- a/src/proto/gui.pro +++ b/src/proto/gui.pro @@ -67,4 +67,5 @@ char_u *get_find_dialog_text(char_u *arg int gui_do_findrepl(int flags, char_u *find_text, char_u *repl_text, int down); void gui_handle_drop(int x, int y, int_u modifiers, char_u **fnames, int count); int check_for_interrupt(int key, int modifiers_arg); +int gui_dialog_log(char_u *title, char_u *message); /* vim: set ft=c : */