Closed MrPandir closed 5 months ago
These are actually using the textdistance.JaroWinklerDistance
algorithm, which check for matches and return a rate(0-1). The filepanel then displays the result based on rate.
Are you sure that you have a file named py.vim
?
Thanks for your report. btw!
Yes, it really doesn’t exist, I didn’t understand this by searching for superfile. I would like to have an exact search. Check whether the search text contains a substring in the file name.
I see two solutions to this problem:
Probably the second solution will solve many search problems 🤔
Since the nature is the same as #155, I will close this issue. You can go to #155 to track the latest progress.
Describe the bug
I'm trying to find a
py.vim
file in a directory that contains336
files. But the search gives me completely different files that do not include this textTo Reproduce
/opt/homebrew/Cellar/neovim/0.10.0/share/nvim/runtime/ftplugin
py.vim
Expected behavior
Display only files that contain search text
Screenshot
System information
Darwin
MacOS 14.4.1
v1.1.3