0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 8.1.1301: when compiled with VIMDLL some messages are not shown

Problem:    When compiled with VIMDLL some messages are not shown.
Solution:   Set/reset gui.in_use and gui.starting as needed. (Ken Takata,
            closes #4361)
This commit is contained in:
Bram Moolenaar
2019-05-08 22:28:46 +02:00
parent 2f10658b06
commit 0b75f7c97c
4 changed files with 18 additions and 2 deletions

View File

@@ -4827,6 +4827,10 @@ ole_error(char *arg)
{
char buf[IOSIZE];
# ifdef VIMDLL
gui.in_use = mch_is_gui_executable();
# endif
/* Can't use emsg() here, we have not finished initialisation yet. */
vim_snprintf(buf, IOSIZE,
_("E243: Argument not supported: \"-%s\"; Use the OLE version."),