fzf/test
Junegunn Choi d649f5d826
Always execute preview command if {q} is in the template
Even when {q} is empty. Because, why not?

While this can be seen as a breaking change, there is an easy workaround
to keep the old behavior.

    # This will show // even when the query is empty
    : | fzf --preview 'echo /{q}/'

    # But if you don't want it,
    : | fzf --preview '[ -n {q} ] || exit; echo /{q}/'

Close #2759
2022-12-30 14:29:17 +09:00
..
fzf.vader [vim] Clear temporary window-local working directory 2018-08-10 18:24:18 +09:00
test_go.rb Always execute preview command if {q} is in the template 2022-12-30 14:29:17 +09:00