mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 19:37:21 +00:00
MacOS 13 has changed its version of `man` to an version that doesn't properly support `man -w` (without arguments). In order to workaround this we simply fallback to $MANPATH. Fixes #20579