diff options
Diffstat (limited to 'src/nvim/debugger.c')
-rw-r--r-- | src/nvim/debugger.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/debugger.c b/src/nvim/debugger.c index b71ff23f57..f3e4ef0698 100644 --- a/src/nvim/debugger.c +++ b/src/nvim/debugger.c @@ -153,8 +153,7 @@ void do_debug(char *cmd) debug_break_level = -1; xfree(cmdline); - cmdline = getcmdline_prompt('>', NULL, 0, EXPAND_NOTHING, NULL, - CALLBACK_NONE); + cmdline = getcmdline_prompt('>', NULL, 0, EXPAND_NOTHING, NULL, CALLBACK_NONE, false, NULL); debug_break_level = n; if (typeahead_saved) { |