commit | 50fa8dd00c241fa0786fe92ecc02fee4e5d28e06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 22:58:21 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 22:58:21 2016 +0200 |
tree | 6cadb244ccd568f55b848fd5c67af7eb95dbe423 | |
parent | f71d7b9ee5ceba75f70c30845332ddd728fd16c6 [diff] [blame] |
patch 7.4.2190 Problem: When startup test fails it's not easy to find out why. GUI test fails with Gnome. Solution: Add the help entry matches to a list an assert that. Set $HOME for Gnome to create .gnome2 directory.
diff --git a/src/version.c b/src/version.c index 72ec382..0ed07b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2190, +/**/ 2189, /**/ 2188,