commit | e25bbc3b2bf1d8c4acec0910aaf9031451752578 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 18:20:45 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 19 18:20:45 2019 +0100 |
tree | b9efccffa8e019e1dae3b7d99133365175d4563d | |
parent | 32526b3c1846025f0e655f41efd4e5428da16b6c [diff] [blame] |
patch 8.1.0780: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Skip the test on Mac.
diff --git a/src/version.c b/src/version.c index f6f3b3a..946a6a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 780, +/**/ 779, /**/ 778,