commit | b1842de5ca77205993e8ef76cf29803822e0e3ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 12:36:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 12:36:57 2022 +0100 |
tree | 1d6fccbe924d8056a03df859834979fbef7dca95 | |
parent | 5ed391708a62b4ebaa84dd23e32a416e5c3383d9 [diff] [blame] |
patch 9.0.0456: function called at debug prompt is also debugged Problem: Function called at debug prompt is also debugged. Solution: Reset the debug level while entering the debug command. (closes #11118)
diff --git a/src/version.c b/src/version.c index 3b143a4..85e5a9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 456, +/**/ 455, /**/ 454,