setting file_ignore_patterns
seems to break current_buffer_fuzzy_find
#3318
Labels
file_ignore_patterns
seems to break current_buffer_fuzzy_find
#3318
Description
When I set
defaults.file_ignore_patterns
, any calls tobuiltin.current_buffer_fuzzy_find
does not yield any results; when there should be something.Neovim version
Operating system and version
macOS 15.0.1
Telescope version / branch / rev
eae0d8f
checkhealth telescope
Steps to reproduce
file_ignore_patterns
Expected behavior
I would see results, from the current buffer, that match the expression I entered.
Actual behavior
The window is opened, but no search results are returned; when they should.
Minimal config
The text was updated successfully, but these errors were encountered: