summaryrefslogtreecommitdiffstats
path: root/src/debugger.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-18 13:06:41 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-18 13:06:41 +0100
commit747f110420a0b0f4c2e40e00e8456f1e45b6f0de (patch)
tree0d72c76dc650a6f4767a219ca22285b1be2950c8 /src/debugger.c
parent9712ff1288f942736ed76c0dec014909f067eec9 (diff)
patch 9.0.0498: various small issuesv9.0.0498
Problem: Various small issues. Solution: Various small fixes.
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 235d493d58..4a325505ae 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -135,7 +135,7 @@ do_debug(char_u *cmd)
ignore_script = TRUE;
}
- // don't debug any function call, e.g. from an expresion mapping
+ // don't debug any function call, e.g. from an expression mapping
n = debug_break_level;
debug_break_level = -1;