commit | 23919540367952f7fbb06350d7b5af96316fbd5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 05 22:12:22 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 05 22:12:22 2023 +0100 |
tree | 59f87cbbca883bef8ca637162761561cafff80a4 | |
parent | f2588b6fc90ba85b333ee8f747e8d1ebbc7e6300 [diff] [blame] |
patch 9.0.1509: error message lacks mentioning the erroneous argument Problem: Error message lacks mentioning the erroneous argument. Solution: Specify the argument that the error is for.
diff --git a/src/version.c b/src/version.c index 5906b9a..8d67376 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1509, +/**/ 1508, /**/ 1507,