]> code.delx.au - gnu-emacs-elpa/commit
Add require-match functionality
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 16 Apr 2015 16:26:52 +0000 (18:26 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 16 Apr 2015 16:30:51 +0000 (18:30 +0200)
commit0cffcacdb0e0a035aa75f5276ca0c4cba688fc6f
treef41ddcbb847c28fc270133fcd7e3db4d1b8f24a5
parent2fd99e13ca15b6356c149deb74d6a2e78d0b264a
Add require-match functionality

* ivy.el (ivy-require-match): New defvar.
(ivy-done): When nothing matches, and `ivy-require-match' isn't t, use
the current text anyway.
(ivy-completing-read): Update.
ivy.el