commit | 6047e2c722347ae9443c2632c6e061918ccef9c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 15:24:49 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 14 15:24:49 2017 +0200 |
tree | 10ef3ad656c74b93ac7d5eb3e1728dffc391e198 | |
parent | 1d68d9b2bd60d848552c08763e590edde16056c9 [diff] [blame] |
patch 8.0.1189: E172 is not actually useful Problem: E172 is not actually useful, it's only on Unix anyway. Solution: Remove the check and the error.
diff --git a/src/version.c b/src/version.c index 8742035..451eb36 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1189, +/**/ 1188, /**/ 1187,