commit | 4af11174f71f80b8966de2d9950200c574dac820 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 23:01:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 23:01:34 2020 +0100 |
tree | 92fee61125e0dde939086667afbd224b2bede95d | |
parent | 0de50864a78d8811aa9adef3318027c9bab40a90 [diff] [blame] |
patch 8.2.0219: terminal test still fails on Mac Problem: Terminal test still fails on Mac. Solution: Skip part of the test on Mac.
diff --git a/src/version.c b/src/version.c index b75f5d6..e1c4a5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 219, +/**/ 218, /**/ 217,