commit | a02e3f65c52a2c8c987e7dcac5df1f8db9a7b0de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 07 21:27:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 07 21:27:14 2019 +0100 |
tree | 9c88a77d0777cb3672dd8ab0d99043bfe668be68 | |
parent | ee8188fc74a7cf9ee7acb634b2bb7a032d0cb24c [diff] [blame] |
patch 8.1.0878: test for has('bsd') fails on some BSD systems Problem: Test for has('bsd') fails on some BSD systems. Solution: Adjust the uname match. (James McCoy, closes #3909)
diff --git a/src/version.c b/src/version.c index 3ad7869..6a8ba37 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 878, +/**/ 877, /**/ 876,