abo-abo / swiper

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

Improve ivy--magic-file-slash to not attempt to visit directory we’re already in #3025

Open sergv opened 9 months ago

sergv commented 9 months ago

I found an issue where current directory is being visited repeatedly on pressing / without doing any progress. It was an empty directory and I wanted to get literal ‘/’ inserted.

In any case visiting the directory we’re already in serves no purpose.