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
Evil: Ivy pastes command completion in a current buffer instead of the minibuffer #928
Comments
Please post a reproduction scenario. I have no idea how to use |
Well. The scenario to reproduce:
|
Thanks, please test |
An issue remains in the interaction of ivy and evil-ex. After completion, that is step 3 in the reporter's reproduction outline, a newly started ivy command (e.g. counsel-M-x) returns "Wrong type argument: stringp, nil". I don't know enough about debugging emacs and elisp to find the cause, but here's a backtrace, if that could be helpful:
|
@jenseich If you have a reproducible scenario, please open a new issue. I'm not an |
After the last updates when I'm trying to complete something with default

evil-ex
(i.e. ":") for example "package-install" after "package-" Ivy pastes completion in current cursor position(8 line) and delete two or thee characters from the first string.p.s. Counsel-M-x works fine.
The text was updated successfully, but these errors were encountered: