commit | cbbd0f657803a9a3a9f5e2c66bce6e1ea1d6a64b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 22:36:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 30 22:36:18 2019 +0100 |
tree | b2d7896eb69c804f649a59441d26c3f45af36a95 | |
parent | ed71ed37bcd44bcbfcf59beee1248799de3315ec [diff] [blame] |
patch 8.1.0853: options test fails on Mac Problem: Options test fails on Mac. Solution: Remove a trailing slash from $TMPDIR.
diff --git a/src/version.c b/src/version.c index 3652f43..97ef0c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 853, +/**/ 852, /**/ 851,