]> granicus.if.org Git - vim/commit
patch 8.1.1301: when compiled with VIMDLL some messages are not shown v8.1.1301
authorBram Moolenaar <Bram@vim.org>
Wed, 8 May 2019 20:28:46 +0000 (22:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 May 2019 20:28:46 +0000 (22:28 +0200)
commit0b75f7c97cd7f2529884c48dca8edb02abda4bc5
treef139b5554f4e4eb3037c3e1d0bfc58ec1ce6b20a
parent2f10658b06bbdd8f25c4ff152266c808234cee0a
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)
src/gui_w32.c
src/main.c
src/message.c
src/version.c