mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-07 22:57:30 +00:00
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.