commit | 7221fce8b395972b57aea5f36ba2844fe1d4c259 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:32:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:32:49 2017 +0100 |
tree | 56ece8401fb0b96aa2fe44055824d05795897828 | |
parent | 669a828cdc1f019e7abda0e5e9b223d7897f06a8 [diff] [blame] |
patch 8.0.1320: popup test fails on GUI-only build Problem: Popup test fails on GUI-only build. Solution: Don't test balloon_split() when it's not available.
diff --git a/src/version.c b/src/version.c index 2e52e80..324a360 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1320, +/**/ 1319, /**/ 1318,