mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
apply the equivalent of e0f624c
This commit is contained in:
parent
b85690181f
commit
ca5fc95ae5
|
|
@ -68,7 +68,7 @@ func (m byMatchStart) Less(i, j int) bool {
|
|||
}
|
||||
|
||||
if m[i][0] == m[j][0] {
|
||||
return m[i][1]-m[i][0] < m[i][1]-m[i][0]
|
||||
return m[i][1]-m[i][0] < m[j][1]-m[j][0]
|
||||
}
|
||||
|
||||
return false
|
||||
|
|
|
|||
Loading…
Reference in a new issue