Skip to content

Commit

Permalink
Merge pull request #358 from syohex/syohex/357
Browse files Browse the repository at this point in the history
Show candidate if it does not looks like grep line
  • Loading branch information
jcs090218 authored May 23, 2020
2 parents 0cd72a2 + 4a17c74 commit fa226f9
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 fa226f9

Please sign in to comment.