diff options
Diffstat (limited to 'src/main/cmds.c')
| -rw-r--r-- | src/main/cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/cmds.c b/src/main/cmds.c index c137ed1..5a1d7b6 100644 --- a/src/main/cmds.c +++ b/src/main/cmds.c @@ -68,6 +68,7 @@ int32_t run_interactive(struct command_ctx ctx, int argc, const char *argv[]) { } int32_t do_switch_buffer(struct command_ctx ctx, int argc, const char *argv[]) { + disable_completion(minibuffer_buffer()); const char *bufname = argv[0]; if (argc == 0) { // switch back to prev buffer |
