commit | 476268c387a05cfda9feaca8d1a5eeb535ed9f49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 21:24:07 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 21:24:07 2020 +0100 |
tree | 534d40e043bc102eef48770cc5b3544ceccb21b0 | |
parent | c0d670ce16d0e148b7d39ac354571b3d284a0b53 [diff] [blame] |
patch 8.2.2086: libvterm tests are only run on Linux Problem: Libvterm tests are only run on Linux. Solution: Use static libraries. (Ozaki Kiichi, closes #7419)
diff --git a/src/version.c b/src/version.c index 096698b..eb5a8e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2086, +/**/ 2085, /**/ 2084,