mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 15:23:48 -05:00
[zsh-completion] Completion for unknown commands
This commit is contained in:
@@ -126,7 +126,7 @@ class Tmux
|
||||
def prepare
|
||||
tries = 0
|
||||
begin
|
||||
self.send_keys 'C-u', 'hello'
|
||||
self.send_keys 'C-u', 'hello', 'Right'
|
||||
self.until { |lines| lines[-1].end_with?('hello') }
|
||||
rescue Exception
|
||||
(tries += 1) < 5 ? retry : raise
|
||||
|
||||
Reference in New Issue
Block a user