Skip to content

Minibuffer collapses to one line when resize-mini-windows is true #237

@ocercc

Description

@ocercc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions