mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-22 19:09:00 +00:00
Merge identical case clauses
This commit is contained in:
parent
e352b68878
commit
4ab7fdc28e
@ -1876,9 +1876,7 @@ func parseOptions(opts *Options, allArgs []string) {
|
||||
opts.Marker = firstLine(nextString(allArgs, &i, "selected sign string required"))
|
||||
case "--sync":
|
||||
opts.Sync = true
|
||||
case "--no-sync":
|
||||
opts.Sync = false
|
||||
case "--async":
|
||||
case "--no-sync", "--async":
|
||||
opts.Sync = false
|
||||
case "--no-history":
|
||||
opts.History = nil
|
||||
|
Loading…
Reference in New Issue
Block a user