commit | 9f0139a2a869b0804e5b91a65e3d5952c9091879 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:26:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 13 20:26:20 2017 +0200 |
tree | cc1dbfb2b8c6742dd62f910b455200bb620392fd | |
parent | 4f44b886840a90a50575204bc29f72ef309cfaf6 [diff] [blame] |
patch 8.0.0933: terminal test tries to start GUI when it's not possible Problem: Terminal test tries to start GUI when it's not possible. Solution: Check if the GUI can run. (James McCoy, closes #1971)
diff --git a/src/version.c b/src/version.c index 850be59..ab8c314 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 933, +/**/ 932, /**/ 931,