]> code.delx.au - gnu-emacs-elpa/commit
company-create-match-predicate: Just replace the predicate
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 28 Sep 2014 00:57:05 +0000 (04:57 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 28 Sep 2014 00:57:05 +0000 (04:57 +0400)
commitbdf34de11268d11068c9b411c65897717afeb738
treea39c0171a1431e10b3a1146ddc62654b53be7e90
parentc151e40d01a646f1d1ec6bbe1f5bc0441235dc9d
company-create-match-predicate: Just replace the predicate

Building on the previous one is ridiculous, because the main use case is
company-search-mode, and any previous search string is a prefix of the current
one.  With company-filter-candidates, it was especially wasteful.
company.el