diff options
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index b73efc5e..ff4e21e9 100644 --- a/src/main.cc +++ b/src/main.cc @@ -172,7 +172,7 @@ void do_command(const Context& context) auto cmdline = prompt(":", context, std::bind(&CommandManager::complete, &CommandManager::instance(), - _1, _2)); + _1, _2, _3)); CommandManager::instance().execute(cmdline, context); } |
