mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-26 08:38:31 +00:00
commit
45108ddd53
@ -200,7 +200,7 @@ func (m *Matcher) scan(request MatchRequest) (*Merger, bool) {
|
||||
}
|
||||
|
||||
partialResults := make([][]*Item, numSlices)
|
||||
for range slices {
|
||||
for _, _ = range slices {
|
||||
partialResult := <-resultChan
|
||||
partialResults[partialResult.index] = partialResult.matches
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user