mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-29 16:23:57 +00:00
commit
cf6f4d74c4
@ -22,7 +22,7 @@ func indexAt(index int, max int, forward bool) int {
|
|||||||
return max - index - 1
|
return max - index - 1
|
||||||
}
|
}
|
||||||
|
|
||||||
// Result conatins the results of running a match function.
|
// Result contains the results of running a match function.
|
||||||
type Result struct {
|
type Result struct {
|
||||||
Start int
|
Start int
|
||||||
End int
|
End int
|
||||||
|
Loading…
Reference in New Issue
Block a user