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

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

[elpa] master af5b594 283/399: ivy.el (ivy--occur-insert-lines): Fix typ


From: Oleh Krehel
Subject: [elpa] master af5b594 283/399: ivy.el (ivy--occur-insert-lines): Fix typo bug
Date: Sat, 20 Jul 2019 14:57:41 -0400 (EDT)

branch: master
commit af5b5947395ea432ad76d02ca8e9d7c9361eb46a
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy--occur-insert-lines): Fix typo bug
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 3d2eff8..195142a 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4396,7 +4396,7 @@ When `ivy-calling' isn't nil, call `ivy-occur-press'."
                 (concat
                  (propertize file-and-line 'face 'ivy-grep-info)
                  (ivy--highlight-fuzzy grep-line)))
-            (ivy--highlight-fuzzy cands)))
+            (ivy--highlight-fuzzy cand)))
     (add-text-properties
      0 (length cand)
      '(mouse-face



reply via email to

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