fzf/man/man1
Junegunn Choi d8bfb6712d
Remove invalid 'result' event when using --sync option
When the search for the initial query doesn't finish immediately
fzf would trigger an invalid 'result' event for an empty query.

  seq 100 | fzf --query 99 --bind result:accept --sync
    # Prints 99

  seq 1000000 | fzf --query 99 --bind result:accept --sync
    # Should print 99, but fzf would print 1
2024-04-20 14:42:43 +09:00
..
fzf-tmux.1 0.50.0 2024-04-15 00:02:27 +09:00
fzf.1 Remove invalid 'result' event when using --sync option 2024-04-20 14:42:43 +09:00