mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-15 10:23:45 +00:00
Previously, `git_status` with a prompt that has zero matches closes the picker. Only automatically close the picker if working tree is completely clean. If working tree is not clean, and a prompt is given but no matches are found, keep the picker open. This behavior is consistent with other pickers where lack of matches doesn't result in the picker closing. closes #2815