mirror of
https://github.com/junegunn/fzf.git
synced 2026-01-07 03:53:37 +08:00
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