summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-10 21:28:44 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-10 21:28:44 +0200
commit717e196060d946fe20bb0f0307f417dc4d0e9b17 (patch)
treebd393aae467478792beb337a9b333e02436981a5 /src/version.c
parenta6b7a08ae04a3cd4d9c45c906bb7a197e2135179 (diff)
downloadvim-git-7.4.2193.tar.gz
patch 7.4.2193v7.4.2193
Problem: With Gnome when the GUI can't start test_startup hangs. Solution: Call gui_mch_early_init_check(). (Hirohito Higashi)
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 c775c3736..3adadd48b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2193,
+/**/
2192,
/**/
2191,