mirror of
https://github.com/junegunn/fzf.git
synced 2026-01-30 06:35:34 +08:00
Accept comma-separated list of sort criteria
This commit is contained in:
@@ -88,7 +88,7 @@ func (mg *Merger) cacheable() bool {
|
||||
|
||||
func (mg *Merger) mergedGet(idx int) *Item {
|
||||
for i := len(mg.merged); i <= idx; i++ {
|
||||
minRank := Rank{0, 0, 0}
|
||||
minRank := buildEmptyRank(0)
|
||||
minIdx := -1
|
||||
for listIdx, list := range mg.lists {
|
||||
cursor := mg.cursors[listIdx]
|
||||
|
||||
Reference in New Issue
Block a user