]> code.delx.au - gnu-emacs-elpa/commit
counsel-git-grep now works with ivy-resume
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 12 May 2015 13:24:29 +0000 (15:24 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 12 May 2015 13:27:25 +0000 (15:27 +0200)
commit323efda5fda651d5fd4f9924370a3f30f5a3d332
treef031c3e9772ed892205d34fbfd6d32c2821b3194
parent2cedcf59cf1063d92488a26aa80ef50069f6fe11
counsel-git-grep now works with ivy-resume

* ivy.el (ivy-state): New field DYNAMIC-COLLECTION.
(ivy-resume): Update.
(ivy-read): New argument DYNAMIC-COLLECTION. When this is non-nil,
ignore collection and matchers etc, and just obtain the filtered
candidates by calling DYNAMIC-COLLECTION each time the input changes.

Fixes #100
counsel.el
ivy.el