mirror of
https://github.com/junegunn/fzf.git
synced 2026-07-09 18:19:13 +08:00
c3cf3427b1
In the case that fzf-tmux returns a user-selected result but with a non-zero exit status (which can happen if a function inside $PS1 returns non-zero) this allows CTRL-R to continue working as expected. Addresses #203 (Tranquility's comment)