func src.elv.sh/pkg/strutil.HasSubseq

2 uses

	src.elv.sh/pkg/strutil (current package)
		subseq.go#L8: func HasSubseq(s, t string) bool {

	src.elv.sh/pkg/edit
		completion.go#L238: 		"match-subseq":      wrapMatcher(strutil.HasSubseq),