diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-10 21:28:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-10 21:28:44 +0200 |
commit | 717e196060d946fe20bb0f0307f417dc4d0e9b17 (patch) | |
tree | bd393aae467478792beb337a9b333e02436981a5 /src/version.c | |
parent | a6b7a08ae04a3cd4d9c45c906bb7a197e2135179 (diff) | |
download | vim-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.c | 2 |
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, |