ivy mode minibuffer history corruption bug
Found a problem with ivy mode. If you run repeat-complex-command
, it bloats up your history like this:

in case you want to reproduce the bug:
- try a Alt+x a command that requires you to answer prompt.
- Then, Alt+x
repeat-complex-command
The point of repeat-complex-command
is that it allows you to call last command without answering prompt again.