branch: externals/urgrep commit 30cc9e363e04dd72114bfb7b39d766590b022682 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@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