commit | bcf31ec36b4b056bf06d21036640c6f0235e9c2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 20:32:24 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 20:32:24 2023 +0000 |
tree | 770b7eb39ad0fd3e9095703773474cda107a44e9 | |
parent | a9fa8c58fbcc5cf8850f6963c509de272f4d4bbf [diff] [blame] |
patch 9.0.1134: comparing objects uses identity instead of equality Problem: Comparing objects uses identity instead of equality. Solution: Compare the object values.
diff --git a/src/version.c b/src/version.c index d257289..2a5b3eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1134, +/**/ 1133, /**/ 1132,