]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy--exhibit): Check if in post-command-hook
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 27 Jul 2015 10:24:48 +0000 (12:24 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 27 Jul 2015 10:24:48 +0000 (12:24 +0200)
commitacf4485e7904205e02f8644c292691bac988d760
tree8b5b84273a108e5e0f129d4928b99c717044e5ad
parent5ae677c092d48caf10b6baa3a7ca32d3eea6b55f
ivy.el (ivy--exhibit): Check if in post-command-hook

* ivy.el (ivy--exhibit): A situation can occur when an async command
  calls `ivy--exhibit' in the sentinel. It causes problems when the
  minibuffer has already exited with "C-g".
ivy.el