commit | b3292fa2d362b064ff8a115fc0ad794c1f1265d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 15:17:58 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 15:17:58 2018 +0100 |
tree | 79b4fdcf2368cca8313256f21c0c4e9f7f99f319 | |
parent | ab5e7c3deb40328e1c7d40534ed8cd9da47a92f8 [diff] [blame] |
patch 8.0.1516: errors for job options are not very specific Problem: Errors for job options are not very specific. Solution: Add more specific error messages.
diff --git a/src/version.c b/src/version.c index 52479de..9e19833 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1516, +/**/ 1515, /**/ 1514,