commit 19f7f20c9b2a6daf00e79d941163a2e3a1f2ba8d from: Omar Polo date: Mon Jul 12 16:48:42 2021 UTC bugfix: allow editing minibuffer history restore the current line, so the editing operations can actually modify the input buffer, instead of the history string. commit - 450a89f74f2e3bc45112aa7c9bfa22b71f7fb6d2 commit + 19f7f20c9b2a6daf00e79d941163a2e3a1f2ba8d blob - fe3f264c21722aec1134e97c199177792c199e80 blob + cf5c375e1ddc25eb54258080abae9d56e86fede8 --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2021-07-12 Omar Polo + + * minibuffer.c (minibuffer_taint_hist): bugfix: allow editing minibuffer history + 2021-07-10 Omar Polo * telescope.c (do_load_url): fix certificate mismatch when going back from a proxied page to a Gemini page. blob - 8cfc88176eebe2d3b388cb20eb188d642aad611c blob + 7f7665cd44d28d5bd889e526cfae83afccd9d0ec --- minibuffer.c +++ minibuffer.c @@ -73,6 +73,7 @@ minibuffer_taint_hist(void) strlcpy(ministate.buf, ministate.hist_cur->h, sizeof(ministate.buf)); ministate.hist_cur = NULL; + ministate.buffer.current_line->line = ministate.buf; } static void