commit | 747f110420a0b0f4c2e40e00e8456f1e45b6f0de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 18 13:06:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 18 13:06:41 2022 +0100 |
tree | 0d72c76dc650a6f4767a219ca22285b1be2950c8 | |
parent | 9712ff1288f942736ed76c0dec014909f067eec9 [diff] [blame] |
patch 9.0.0498: various small issues Problem: Various small issues. Solution: Various small fixes.
diff --git a/src/debugger.c b/src/debugger.c index 235d493..4a32550 100644 --- a/src/debugger.c +++ b/src/debugger.c
@@ -135,7 +135,7 @@ 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;