]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy-use-ignore-default): New defcustom
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 18 Apr 2016 07:42:05 +0000 (09:42 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 18 Apr 2016 07:44:11 +0000 (09:44 +0200)
commit25e1444f0a129f1357419cbb4ed1cdf7f51ceb7d
tree3ec842c8ef9052a43fcca7c677c4d273c834c4ef
parent2ac1d2d9c190710f3e962f98cd4202e66687f033
ivy.el (ivy-use-ignore-default): New defcustom

* ivy.el (ivy-use-ignore): Is now set to `ivy-use-ignore-default'.
(ivy-toggle-ignore): Update.
(ivy--reset-state): Update.
(ivy--switch-buffer-matcher): When `ivy-use-ignore' is t, and they
only cands that match the input also match `ivy-ignore-buffers' show
them anyway. But when `ivy-use-ignore' is 'always, show nothing in that
case.

Fixes #477
ivy.el