Commit Briefs

Omar Polo

support completions in minibuffer + related interactive fns

* cmd.c (cmd_previous_completion): add previous-completion (cmd_next_completion): add next-completion (cmd_insert_current_candidate): add insert-current-candidate * minibuffer.c (enter_minibuffer): support completions in minibuffer



Omar Polo

don't skip results


Omar Polo

don't use implicit order



Omar Polo

simplify conditionals





Omar Polo

fix compilation





Omar Polo

flush imsg buffer before quitting

this ensures that all the pending messages, such as the two IMSG_QUIT, but limiting to them, are actually sent. This unbreaks save_session too.