mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
0.9.12
This commit is contained in:
4
fzf
4
fzf
@@ -206,10 +206,10 @@ class FZF
|
||||
@expect = true
|
||||
when /^--expect=(.*)$/
|
||||
@expect = true
|
||||
when '--toggle-sort', '--tiebreak', '--color'
|
||||
when '--toggle-sort', '--tiebreak', '--color', '--bind'
|
||||
argv.shift
|
||||
when '--tac', '--no-tac', '--sync', '--no-sync', '--hscroll', '--no-hscroll',
|
||||
'--inline-info', '--no-inline-info',
|
||||
'--inline-info', '--no-inline-info', /^--bind=(.*)$/,
|
||||
/^--color=(.*)$/, /^--toggle-sort=(.*)$/, /^--tiebreak=(.*)$/
|
||||
# XXX
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user