Skip to content

Commit

Permalink
Show candidate if it does not looks like grep line
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed May 23, 2020
1 parent 0cd72a2 commit 4a17c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-ag.el
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ Continue searching the parent directory? "))
(helm-ag--highlight-string-matched
(match-string-no-properties 2 candidate) patterns))
candidate)
"")
candidate)
(let* ((split (helm-grep-split-line candidate))
(file (nth 0 split))
(lineno (nth 1 split))
Expand All @@ -1198,7 +1198,7 @@ Continue searching the parent directory? "))
":"
(helm-ag--highlight-string-matched str patterns))
candidate)
"")))))
candidate)))))

(defun helm-do-ag--filter-one-by-one (candidate)
"Not documented, CANDIDATE."
Expand Down

0 comments on commit 4a17c74

Please sign in to comment.