mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-09 09:22:48 +03:00
Rename FuzzySearch to FilterStrings
It isn't necessarily fuzzy any more.
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/samber/lo"
|
||||
)
|
||||
|
||||
func FuzzySearch(needle string, haystack []string, useFuzzySearch bool) []string {
|
||||
func FilterStrings(needle string, haystack []string, useFuzzySearch bool) []string {
|
||||
if needle == "" {
|
||||
return []string{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user