Open
Description
With the old vimrc configuration, the search would work completely fuzzy, however now it needs to escape certain characters etc, I think this could be the difference between ctrl-p
and telescope
. Perhaps its not fixable, and isn't a huge concern.
How it works:
To find the following line def initialize
we currently need to grep def(.*)ialize
.
Previously:
You could find def initialize
with deflize
. The search would also grep from the file-name, though I don't know if that's a huge issue.