Skip to content

Commit

Permalink
Merge 0232a43 into 51596cb
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos authored Oct 24, 2022
2 parents 51596cb + 0232a43 commit 5f63eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rg-result.el
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ previous file with grouped matches."
(while (setq nextfile (rg-navigate-file-message nextfile nil 1))
(save-excursion
(goto-char nextfile)
(skip-chars-forward "File: ")
(and (looking-at-p "^File: ") (forward-char 6))
(setq filepath (buffer-substring-no-properties (point) (line-end-position))))
(push (cons filepath nextfile) elements))
(nreverse elements))))))
Expand Down

0 comments on commit 5f63eb9

Please sign in to comment.