Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: man_pages on macOS 13 and FreeBSD #2326 #2352

Merged
merged 1 commit into from
Jan 30, 2023

Commits on Jan 29, 2023

  1. fix: man_pages on macOS and FreeBSD (nvim-telescope#2326)

    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.
    fschauen committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    30fe103 View commit details
    Browse the repository at this point in the history