mirror of
https://github.com/junegunn/fzf
synced 2026-07-25 17:21:42 +00: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)