commit | 92be6e3f46120bb8e6c8fca0a7868a08df8b3345 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 19:39:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 19:39:04 2020 +0100 |
tree | 85aedf2f292debc8069ac5eebbff41df97e02443 | |
parent | 5feabe00c47fa66d5f4c95213f150488433f78e3 [diff] [blame] |
patch 8.2.0184: blob test fails Problem: Blob test fails. Solution: Check for different error when float feature is missing.
diff --git a/src/version.c b/src/version.c index 4bffa7b..0c30f25 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 184, +/**/ 183, /**/ 182,