]> code.delx.au - gnu-emacs-elpa/commit
Modified ivy to pass predicate when selecting buffers
authorIan Dunn <scholar42@gmail.com>
Tue, 5 Apr 2016 13:02:58 +0000 (09:02 -0400)
committerIan Dunn <scholar42@gmail.com>
Tue, 5 Apr 2016 13:02:58 +0000 (09:02 -0400)
commit46a00dc4258ed0cf433cb25926cc846ecee87e11
treebad8747adce614351f3f5ed04b6fad197ef675e6
parent3f4f0809de70703fc3706c541d3fc27c5fc49a11
Modified ivy to pass predicate when selecting buffers

* ivy.el (ivy--buffer-list): Add PREDICATE parameter and pass to
  'all-completions'
(ivy--reset-state): Pass predicate parameter to 'ivy--buffer-list'.

This allows 'read-buffer' to filter the buffers with the PREDICATE parameter.
ivy.el