]> code.delx.au - gnu-emacs-elpa/commit
Fix the initial input bug introduced with "C-r"
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 26 Jun 2015 06:59:21 +0000 (08:59 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 26 Jun 2015 06:59:21 +0000 (08:59 +0200)
commitbe8079823ff39b051584cff01d3597c5fe61ecfe
treeb553d0a822ed08a115522ef185a99b31e40b4009
parente5036880f1ec2f0efe1c117e2e6bda4ae87b6b71
Fix the initial input bug introduced with "C-r"

* ivy.el (ivy-read): Use (ivy-state-initial-input ivy-last).
(ivy--reset-state): Set (ivy-state-initial-input ivy-last).

Fixes #162
ivy.el