commit | 7bfa6d698e7a9f586251d53cd092ad6e8110e045 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 14 12:06:47 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 14 12:06:47 2022 +0000 |
tree | dc80651f57d64c2b0482a2d60f248b06b957b66b | |
parent | c0a1d370fa655cea9eaa74f5e605b95825dc9de1 [diff] [blame] |
patch 8.2.4089: terminal test for current directory fails on FreeBSD Problem: Terminal test for current directory fails on FreeBSD. Solution: Skip the test.
diff --git a/src/version.c b/src/version.c index b55bdda..2bee440 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4089, +/**/ 4088, /**/ 4087,