summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-13 12:36:57 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-13 12:36:57 +0100
commitb1842de5ca77205993e8ef76cf29803822e0e3ab (patch)
tree1d6fccbe924d8056a03df859834979fbef7dca95 /src/version.c
parent5ed391708a62b4ebaa84dd23e32a416e5c3383d9 (diff)
patch 9.0.0456: function called at debug prompt is also debuggedv9.0.0456
Problem: Function called at debug prompt is also debugged. Solution: Reset the debug level while entering the debug command. (closes #11118)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3b143a463c..85e5a9d3b1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 456,
+/**/
455,
/**/
454,