New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ivy-20161213.719 font face is wrong. The candidates are invisible. #828
Comments
This version is fine, |
Please check again with the latest master. |
It's not fixed in ivy-20161215.543. I think the major issue exists in ivy, because my own command which only use |
The bad commit is ca84f24, I tested both ca84f24 and HEAD version. The root cause is below code, (defun ivy--format-minibuffer-line (str)
(when (eq ivy-display-style 'fancy)
(funcall ivy--highlight-function (copy-sequence str)))) I don't understand, if I'm not using fancy style, the function refuse to render minibuffer? |
Thanks, please test. |
Here is the screenshot after

M-x counsel-M-x
:The text was updated successfully, but these errors were encountered: