]> code.delx.au - gnu-emacs-elpa/commit
Fix ivy-resume issue caused by the recursive calls change
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 29 Nov 2015 10:15:17 +0000 (11:15 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 29 Nov 2015 10:15:17 +0000 (11:15 +0100)
commit1cceac1a7ba7f9a97fb13a50b31067186b061600
treee607f82b763164d4761e890ff0cbe29a839f50f3
parentb57c57de2831a8098a2d075c0174608fa1bc443b
Fix ivy-resume issue caused by the recursive calls change

* ivy.el (ivy-read): recursive-ivy-last is only set if there's an active
  minibuffer window. If this check isn't made, it causes the previous
  `ivy-last' to be reset after the current one, so `ivy-resume' would
  resume not the last command.
ivy.el