I can reproduce this behaviour with :
Start emacs with emacs -q and evaluate :
(add-to-list 'load-path "your-path-to/swiper")
(require 'swiper)
(setq resize-mini-windows t)
M-x swiper
=> notice that the minibuffer is collapsed to one line.
I am sending a pull request with a possible one-liner solution which fixes it for me.
Thanks for sharing swiper, I love it.
I can reproduce this behaviour with :
Start emacs with emacs -q and evaluate :
M-x swiper
=> notice that the minibuffer is collapsed to one line.
I am sending a pull request with a possible one-liner solution which fixes it for me.
Thanks for sharing swiper, I love it.