commit | 8b321d6a521e76c5cbe640272574e4fbd42cba9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 15:39:28 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 15 15:39:28 2018 +0100 |
tree | fb893f15411b3f1b0f8e63895e09b30788de98ca | |
parent | 37e3edce200c5a0ae8f81ca729b18d75477d2725 [diff] [blame] |
patch 8.1.0594: libvterm tests fail to run on Mac Problem: Libvterm tests fail to run on Mac. Solution: Only run libvterm tests on Linux.
diff --git a/src/version.c b/src/version.c index b1de233..0a94f31 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 594, +/**/ 593, /**/ 592,