abo-abo / swiper

Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
https://oremacs.com/swiper/
2.3k stars 338 forks source link

ivy-count-format displays wrong number if zero candidates exist #2962

Open ghost opened 2 years ago

ghost commented 2 years ago

If I set ivy-count-format to (setq ivy-count-format "(%d/%d) ") and search something that doesn't exist yet since I want to create that file, I get the following:

image

but shouldn't it output ( 0/0 )?