emacs-helm / emacs-helm/helm

Grep: Later pattern matches filename

Open
#2,170 6 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.