mirror of
https://github.com/junegunn/fzf
synced 2026-07-22 16:53:18 +00:00
4a0ab6c926
fzf would restore the original query in input-less mode after executing a chain of actions. This commit changes the behavior so that the restoration happens after each action to allow something like 'show-input+change-query(...)+hide-input'. Fix #4326