mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-10 22:13:56 +00:00
65ee034c35
Previously, using `string.find`, certain characters were taken as regex
special characters leading to bad matches.
New approach takes bufname truncated to the length of cwd and compares
the two strings.
(cherry picked from commit 8b56e9bb2d)