]> code.delx.au - gnu-emacs-elpa/commit
Improve the match confirm while completing files
authorOleh Krehel <ohwoeowho@gmail.com>
Fri, 24 Apr 2015 10:52:40 +0000 (12:52 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Fri, 24 Apr 2015 11:08:30 +0000 (13:08 +0200)
commit94fad10cb9df72367e933ec23dbd4f6b4a7c049e
treebb67a69857cdf7e9e5a4f9cff2d1bf49dc55c424
parente356df9c1da6068f8c65f7858c30db5ad96ce148
Improve the match confirm while completing files

* ivy.el (ivy-confirm-face): New face.
(ivy-match-required-face): New face.
(ivy--prompt-extra): New defvar, the prompt is concatenaded with this.
(ivy--extend-prompt): Remove.
(ivy-done): Update.
(ivy--insert-prompt): Use `ivy--prompt-extra'. Reset it unless the
`this-command' is appropriate.
(ivy--set-match-props): New defun.

Fixes #60
ivy.el