Grep: Later pattern matches filename
Open
bug
- Dominant language
- Emacs Lisp
- Stars
- 3.5k
- Forks
- 393
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 1
Description
In Grep action, the pattern `package use` matches `;;; Package Manager`, even there is no `use` in it. It is because the second pattern `use` is matching the filename `/Users/xcy/foo.txt`:
```
~ $ grep -niH -e package /Users/xcy/foo.txt | grep --color=always -i use
/Users/xcy/foo.txt:1:;;; Package Manager
~ $
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.