]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4536: debugger test fails when breaking on expression v8.2.4536
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 13:29:20 +0000 (13:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 13:29:20 +0000 (13:29 +0000)
commitcf6662082f89de3458c69c4390055ab99aa7dd22
treeface9890f3bb4225718bf868fd4d209bd5b689f7
parent81da16b53fbf804a3cd32bc15313c96444b71484
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".
src/debugger.c
src/version.c