summaryrefslogtreecommitdiff
path: root/src/userfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userfunc.c')
-rw-r--r--src/userfunc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userfunc.c b/src/userfunc.c
index df72e34a8..58a6b78aa 100644
--- a/src/userfunc.c
+++ b/src/userfunc.c
@@ -3085,6 +3085,8 @@ ex_call(exarg_T *eap)
failed = TRUE;
break;
}
+ if (has_watchexpr())
+ dbg_check_breakpoint(eap);
/* Handle a function returning a Funcref, Dictionary or List. */
if (handle_subscript(&arg, &rettv, !eap->skip, TRUE) == FAIL)