mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-10 02:07:11 +00:00
Fix test failulre with non-zero pane-base-index
This commit is contained in:
parent
70cfa6af13
commit
3fc795340d
@ -73,6 +73,7 @@ class Tmux
|
|||||||
else
|
else
|
||||||
raise "Unknown shell: #{shell}"
|
raise "Unknown shell: #{shell}"
|
||||||
end
|
end
|
||||||
|
go("set-window-option -t #{@win} pane-base-index 0")
|
||||||
@lines = `tput lines`.chomp.to_i
|
@lines = `tput lines`.chomp.to_i
|
||||||
|
|
||||||
if shell == :fish
|
if shell == :fish
|
||||||
|
Loading…
Reference in New Issue
Block a user