commit | cf6662082f89de3458c69c4390055ab99aa7dd22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 13:29:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 13:29:20 2022 +0000 |
tree | face9890f3bb4225718bf868fd4d209bd5b689f7 | |
parent | 81da16b53fbf804a3cd32bc15313c96444b71484 [diff] [blame] |
patch 8.2.4536: debugger test fails when breaking on expression Problem: Debugger test fails when breaking on expression. Solution: Compare strings with "==" instead of "is".
diff --git a/src/version.c b/src/version.c index 49810ea..7856aed 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4536, +/**/ 4535, /**/ 4534,