commit | 717e196060d946fe20bb0f0307f417dc4d0e9b17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 21:28:44 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 21:28:44 2016 +0200 |
tree | bd393aae467478792beb337a9b333e02436981a5 | |
parent | a6b7a08ae04a3cd4d9c45c906bb7a197e2135179 [diff] [blame] |
patch 7.4.2193 Problem: With Gnome when the GUI can't start test_startup hangs. Solution: Call gui_mch_early_init_check(). (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index c775c37..3adadd4 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2193, +/**/ 2192, /**/ 2191,