mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-13 13:53:47 -05:00
Allow specifying fzf options in $FZF_TMUX_OPTS without '--'
This commit is contained in:
@@ -1544,6 +1544,8 @@ func parseOptions(opts *Options, allArgs []string) {
|
||||
opts.ClearOnExit = false
|
||||
case "--version":
|
||||
opts.Version = true
|
||||
case "--":
|
||||
// Ignored
|
||||
default:
|
||||
if match, value := optString(arg, "--algo="); match {
|
||||
opts.FuzzyAlgo = parseAlgo(value)
|
||||
|
||||
Reference in New Issue
Block a user