branch: externals/urgrep commit b5b426e9ca3554bb85987ce1deba376981af13f6 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Fix hiding excessive part of rgrep command in Emacs 28 --- urgrep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urgrep.el b/urgrep.el index 3da8ac5e88..73968b9803 100644 --- a/urgrep.el +++ b/urgrep.el @@ -653,7 +653,7 @@ line number." (0 'urgrep-context t) (1 `(face nil display ,(match-string 2)) nil t)) ;; Hide excessive part of rgrep command. - ("^find \\(\\. -type d .*\\(?:\\\\)\\|\")\"\\)\\)" + ("^find \\(\\(?:-H \\)?\\. -type d .*\\(?:\\\\)\\|\")\"\\)\\)" (1 (if grep-find-abbreviate grep-find-abbreviate-properties '(face nil abbreviated-command t))))))