swarn / fzy-lua

A lua implementation of the fzy fuzzy matching algorithm
MIT License
72 stars 5 forks source link

Path separator in native implementation is fixed #1

Closed swarn closed 4 years ago

swarn commented 4 years ago

Currently the fzy_native implementation hard-codes '/' as the path separator.

The separator is also hard-coded in the tests.