]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/swiper/counsel.el
Add *.info and dir to debbugs
[gnu-emacs-elpa] / packages / swiper / counsel.el
index 07d9a6655aef1f526f8b79849d148b1a78f2c851..28d10bd524d003847688c638d05d3c034c550bab 100644 (file)
@@ -51,7 +51,8 @@
          (cands (split-string
                  (shell-command-to-string
                   "git ls-files --full-name --")
-                 "\n"))
+                 "\n"
+                 t))
          (file (ivy-read "Find file: " cands)))
     (when file
       (find-file file))))