mirror of
https://github.com/junegunn/fzf.git
synced 2026-05-26 02:08:50 +08:00
chore: remove redundant word in comment (#4490)
Signed-off-by: longhutianjie <keplrnewton@icloud.com>
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ func (r *Reader) readFiles(roots []string, opts walkerOpts, ignores []string) bo
|
|||||||
if strings.HasPrefix(ignore, sep) {
|
if strings.HasPrefix(ignore, sep) {
|
||||||
ignoresSuffix = append(ignoresSuffix, ignore)
|
ignoresSuffix = append(ignoresSuffix, ignore)
|
||||||
} else {
|
} else {
|
||||||
// 'foo/bar' should match match
|
// 'foo/bar' should match
|
||||||
// * 'foo/bar'
|
// * 'foo/bar'
|
||||||
// * 'baz/foo/bar'
|
// * 'baz/foo/bar'
|
||||||
// * but NOT 'bazfoo/bar'
|
// * but NOT 'bazfoo/bar'
|
||||||
|
|||||||
Reference in New Issue
Block a user