Commits


emojified link lines!!


adjust the counter during recompute_completions


add toc, bound to t


minibuffer: add jump_to_line and minibuffer_metadata


don't allow to input special characters (e.g. ^U)


use strcasestr to compare (and include the compat)


swiper & link-select using the minibuffer!


add M-t (tab-select); extend the completion API


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


finally start this completion-read


foreshadowing: the "real" completing_read


completing_read: take tab pointer instead of id


move utf8 decl. to utf8.h


move ui decl. to ui.h


bugfix: allow editing minibuffer history restore the current line, so the editing operations can actually modify the input buffer, instead of the history string.