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