lewang / flx

Fuzzy matching for Emacs ... a la Sublime Text.
GNU General Public License v3.0
519 stars 37 forks source link

Fix #61 by reverting fix for #60 and fixing the root problem. #62

Closed bsuh closed 10 years ago

bsuh commented 10 years ago

The problem for #60 was that flx-flex-match returns the matches in reverse order, since it loops through the items in forward order but uses cons to add matches to the head of the matches list.