branch: externals/ivy-hydra
commit 93be68a6dc3859fdacbd1b25a7eeb9684cfe93ee
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    swiper.el (swiper-isearch-format-function): Fix for ivy-resume
    
    Fixes #2491
---
 swiper.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swiper.el b/swiper.el
index 96d960f..4b60264 100644
--- a/swiper.el
+++ b/swiper.el
@@ -1572,7 +1572,7 @@ When not running `swiper-isearch' already, start it."
           (mapconcat
            #'identity
            (swiper--isearch-format
-            ivy--index ivy--length ivy--old-cands
+            ivy--index ivy--length (or ivy--old-cands ivy--all-candidates)
             re
             (ivy-state-current ivy-last)
             (ivy-state-buffer ivy-last))

Reply via email to