0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.0498: various small issues

Problem:    Various small issues.
Solution:   Various small fixes.
This commit is contained in:
Bram Moolenaar
2022-09-18 13:06:41 +01:00
parent 9712ff1288
commit 747f110420
8 changed files with 30 additions and 28 deletions

View File

@@ -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;