mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-09 07:39:03 +00:00
macOS 13.x (Ventura, Darwin 22.x) uses `apropos(1)` from FreeBSD, which does not behave the same as the previous implementation up to macOS 12. `apropos(1)` takes a regular expression as an argument, so passing "." causes it to match anything and therefore return all results to be filtered by Telescope.