]> code.delx.au - gnu-emacs-elpa/commit
ivy.el (ivy--preselect-index): Add matcher to arglist
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 23 Jul 2015 12:01:03 +0000 (14:01 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 23 Jul 2015 12:01:03 +0000 (14:01 +0200)
commit2fbcfb970d060a895d8b5818e750a1143d0e24db
tree66fe69fb25722490c975163da881bf31621f16b1
parent5480079653d6c7ec59af5e7d79b2eda5bfe1c190
ivy.el (ivy--preselect-index): Add matcher to arglist

* ivy.el (ivy--reset-state): Call `ivy--preselect-index' with matcher.
(ivy--preselect-index): In case there's a special matcher set, it
affects the candidate list, therefore it affects the preselect index.

Fixes #165
ivy.el