]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy-next-history-element): No "\\_<" for dynamic-collection
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 1 Mar 2016 18:30:38 +0000 (19:30 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 1 Mar 2016 18:30:38 +0000 (19:30 +0100)
commit8f527d7b42dd30db6b48dee064714a584570c9fe
tree64ba92550a5761d1fc82e1b259f13a27d2074790
parent2a1ef54f05fd25e7f4c8d2a93de61e230f08c92c
ivy.el (ivy-next-history-element): No "\\_<" for dynamic-collection

"\\_<" regex is Emacs-specific and should only be done if
:dynamic-collection is nil.
It is nil for `counsel-git-grep' with repositories < 20000 lines, but
non-nil for larger ones.

Fixes #409
ivy.el