summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-08 22:28:46 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-08 22:28:46 +0200
commit0b75f7c97cd7f2529884c48dca8edb02abda4bc5 (patch)
treef139b5554f4e4eb3037c3e1d0bfc58ec1ce6b20a /src/version.c
parent2f10658b06bbdd8f25c4ff152266c808234cee0a (diff)
patch 8.1.1301: when compiled with VIMDLL some messages are not shownv8.1.1301
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7905cdac19..6f6456b214 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1301,
+/**/
1300,
/**/
1299,