mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
ADD $FZF_DIRECTION
This commit is contained in:
@@ -1682,6 +1682,7 @@ class TestCore < TestInteractive
|
||||
|
||||
tmux.send_keys %(seq 100 | #{FZF} --multi --reverse --preview-window 0 --preview 'env | grep ^FZF_ | sort > #{tempname}' --no-input --bind enter:show-input+refresh-preview,space:disable-search+refresh-preview), :Enter
|
||||
expected = {
|
||||
FZF_DIRECTION: 'down',
|
||||
FZF_TOTAL_COUNT: '100',
|
||||
FZF_MATCH_COUNT: '100',
|
||||
FZF_SELECT_COUNT: '0',
|
||||
|
||||
Reference in New Issue
Block a user