commit | 0b75f7c97cd7f2529884c48dca8edb02abda4bc5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 08 22:28:46 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 08 22:28:46 2019 +0200 |
tree | f139b5554f4e4eb3037c3e1d0bfc58ec1ce6b20a | |
parent | 2f10658b06bbdd8f25c4ff152266c808234cee0a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7905cda..6f6456b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1301, +/**/ 1300, /**/ 1299,