summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-14 17:30:37 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-14 17:30:37 +0000
commit91c9d6d772aaea9d8a8be6c6de0e9defe649f322 (patch)
treeb886054f9314bc33d60b05a3329bda594b2c851d /src/version.c
parent70ef3f546b6ef83e463e91b7e388d9c68ad58894 (diff)
patch 9.0.1058: string value of class and object do not have informationv9.0.1058
Problem: String value of class and object do not have useful information. Solution: Add the class name and for the object the member values.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4f92cc6dcf..4e15b9d8e8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1058,
+/**/
1057,
/**/
1056,