PythonNut / company-flx

:city_sunset: Flx fuzzy matching for company
GNU General Public License v3.0
85 stars 6 forks source link

Breaks completion for Python shell buffers #12

Closed PythonNut closed 8 years ago

PythonNut commented 8 years ago

No completions are shown in python shell buffers.

PythonNut commented 8 years ago

This appears to be because company-flx is using the entire path of the object being completed math.sqrt, in this instance.

PythonNut commented 8 years ago

Okay, so I've restored traditional matching for all cases where fuzzy matching doesn't work.

Still looking into a solution for full fuzzy support as well.