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

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

[elpa] externals/urgrep 500c01092d 086/115: Fix display override for nul


From: ELPA Syncer
Subject: [elpa] externals/urgrep 500c01092d 086/115: Fix display override for null character in context lines
Date: Wed, 10 May 2023 03:00:47 -0400 (EDT)

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

    Fix display override for null character in context lines
---
 urgrep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index 60f86348cf..652e224d27 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -651,7 +651,7 @@ line number."
        ;; Only return non-nil if point is still within the limit.
        (< (point) limit))
      (0 'urgrep-context t)
-     (1 `(face nil display ,(match-string 2)) nil t))
+     (2 `(face nil display ,(match-string 1)) nil t))
     ;; Hide excessive part of rgrep command.
     ("^find \\(\\(?:-H \\)?\\. -type d .*\\(?:\\\\)\\|\")\"\\)\\)"
      (1 (if grep-find-abbreviate grep-find-abbreviate-properties



reply via email to

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