mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
docs: fix typos (#20150)
Co-authored-by: Miguel Carneiro <mcarneiromorenas@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -128,7 +128,7 @@ void do_debug(char *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;
|
||||
|
||||
|
Reference in New Issue
Block a user