commit | 8deb2b30c77035bb682ccf80b781455ac1d6038b | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Sep 02 15:15:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 15:15:27 2022 +0100 |
tree | 66a1d18ad9971c123f42bd7879c56706e19be73b | |
parent | 119167265ebc7eced210a7f8ed2f4b90378f98f1 [diff] [blame] |
patch 9.0.0359: error message for wrong argument type is not specific Problem: Error message for wrong argument type is not specific. Solution: Include more information in the error. (Yegappan Lakshmanan, closes #11037)
diff --git a/src/version.c b/src/version.c index 202c46d..fa2d9d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 359, +/**/ 358, /**/ 357,