mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-14 06:13:47 -05:00
Accept comma-separated list of sort criteria
This commit is contained in:
@@ -309,7 +309,7 @@ func dupItem(item *Item, offsets []Offset) *Item {
|
||||
index: item.index,
|
||||
offsets: offsets,
|
||||
colors: item.colors,
|
||||
rank: Rank{0, 0, item.index}}
|
||||
rank: buildEmptyRank(item.index)}
|
||||
}
|
||||
|
||||
func (p *Pattern) basicMatch(item *Item) (int, int, int) {
|
||||
|
||||
Reference in New Issue
Block a user