mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 18:48:24 +10: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