commit | 2969570036e154c440cab5a4f8a2cead22587dd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 18 17:03:18 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 18 17:03:18 2012 +0200 |
tree | 6096b9f46418d91be78c13785198bda9a64aa1de | |
parent | 8a4c136a90574ae1800fd088818f0e3bceaa9f21 [diff] [blame] |
updated for version 7.3.520 Problem: Gvim starts up slow on Unbuntu 12.04. Solution: Move the call to gui_mch_init_check() to after fork(). (Yasuhiro Matsumoto) Do check $DISPLAY being set.
diff --git a/src/version.c b/src/version.c index accf0b9..34bba78 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 520, +/**/ 519, /**/ 518,