mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 11:27:01 +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