commit | ddf531292971f44e8545a3e097c0d8a11773eb38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 20:23:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 20:23:20 2022 +0100 |
tree | 5a91d43e8b97ef421895aad010e81918ad793a25 | |
parent | 76381a5b4f3f6de1df33a8ab3e1f7db2e1764af6 [diff] [blame] |
patch 8.2.5032: Python 3 test fails without the GUI Problem: Python 3 test fails without the GUI. Solution: Check the balloon_eval feature is available.
diff --git a/src/version.c b/src/version.c index 999cfde..e6a048c 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5032, +/**/ 5031, /**/ 5030,