atom / fuzzaldrin

Fuzzy filtering and string scoring
MIT License
319 stars 28 forks source link

Handle entries with spaces #3

Closed amccloud closed 10 years ago

amccloud commented 10 years ago

Okay this should be all good :+1:

amccloud commented 10 years ago

I was getting a coffeescript syntax error without escaping the space. The error was something like "unexpected MATH".

probablycorey commented 10 years ago

Fixes atom/fuzzy-finder#10

probablycorey commented 10 years ago

Thanks @amccloud!