commit | 91c9d6d772aaea9d8a8be6c6de0e9defe649f322 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 17:30:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 17:30:37 2022 +0000 |
tree | b886054f9314bc33d60b05a3329bda594b2c851d | |
parent | 70ef3f546b6ef83e463e91b7e388d9c68ad58894 [diff] [blame] |
patch 9.0.1058: string value of class and object do not have information Problem: String value of class and object do not have useful information. Solution: Add the class name and for the object the member values.
diff --git a/src/version.c b/src/version.c index 4f92cc6..4e15b9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1058, +/**/ 1057, /**/ 1056,