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

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

[elpa] externals/urgrep 30cc9e363e 085/115: Fix context-line detection f


From: ELPA Syncer
Subject: [elpa] externals/urgrep 30cc9e363e 085/115: Fix context-line detection for find/grep
Date: Wed, 10 May 2023 03:00:47 -0400 (EDT)

branch: externals/urgrep
commit 30cc9e363e04dd72114bfb7b39d766590b022682
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    Fix context-line detection for find/grep
---
 urgrep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index 73968b9803..60f86348cf 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -216,7 +216,7 @@ See also `grep-process-setup'."
   ;; GREP_COLOR is used in GNU grep 2.5.1, but deprecated in later versions.
   (setenv "GREP_COLOR" "01;31")
   ;; GREP_COLORS is used in GNU grep 2.5.2 and later versions.
-  (setenv "GREP_COLORS" "mt=01;31:fn=:ln=:bn=:se=:sl=:cx=:ne"))
+  (setenv "GREP_COLORS" "mt=01;31:fn=35:ln=:bn=:se=:sl=:cx=:ne"))
 
 (defvar urgrep-tools
   `((ugrep



reply via email to

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