commit | 54651f74948650bc68d6ac5b20376f2f985e80c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 19 15:52:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 19 15:52:11 2018 +0200 |
tree | 465720f16a582953b41eb845599fca865beb997a | |
parent | 10561fe0a37efd611ccb1517b37de12d2e37af0f [diff] [blame] |
patch 8.1.0004: test for :compiler command sometimes fails Problem: Test for :compiler command sometimes fails. Solution: Be less strict about the error message. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 9ceabc7..32ddbf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4, +/**/ 3, /**/ 2,