emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/urgrep b5b426e9ca 084/115: Fix hiding excessive part of


From: ELPA Syncer
Subject: [elpa] externals/urgrep b5b426e9ca 084/115: Fix hiding excessive part of rgrep command in Emacs 28
Date: Wed, 10 May 2023 03:00:47 -0400 (EDT)

branch: externals/urgrep
commit b5b426e9ca3554bb85987ce1deba376981af13f6
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@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))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]