]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy-partial-or-done): More predictability
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 May 2015 21:47:12 +0000 (23:47 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 May 2015 21:47:12 +0000 (23:47 +0200)
commitd8c2ef393d19fa5671c84cb5ee9a3aa790b1389f
tree176c934cc32316bd8ad0d9ab7451fcf374835faf
parent75a059c57002502f493042a1cc6bdd24fbbde93d
ivy.el (ivy-partial-or-done): More predictability

* ivy.el (ivy-partial-or-done): Forward to `ivy-alt-done' only if
  `ivy-partial' did nothing new, and either previous command was
  `ivy-partial-or-done', or there's exactly one matching candidate.

Fixes #107
ivy.el