mirror of
https://github.com/neovim/neovim.git
synced 2026-08-11 09:45:35 +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