summaryrefslogtreecommitdiffstats
path: root/src/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugger.c')
-rw-r--r--src/debugger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugger.c b/src/debugger.c
index 5dfc54e82f..91ab5ee1fa 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -939,7 +939,7 @@ debuggy_find(
}
else
{
- if (typval_compare(tv, bp->dbg_val, ETYPE_IS, FALSE) == OK
+ if (typval_compare(tv, bp->dbg_val, EXPR_IS, FALSE) == OK
&& tv->vval.v_number == FALSE)
{
typval_T *v;