summaryrefslogtreecommitdiffstats
path: root/src/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugger.c')
-rw-r--r--src/debugger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugger.c b/src/debugger.c
index 6c38e5a3d3..87cd398bc8 100644
--- a/src/debugger.c
+++ b/src/debugger.c
@@ -88,7 +88,7 @@ do_debug(char_u *cmd)
emsg_silent = FALSE; // display error messages
redir_off = TRUE; // don't redirect debug commands
- State = NORMAL;
+ State = MODE_NORMAL;
debug_mode = TRUE;
if (!debug_did_msg)