mirror of
https://github.com/neovim/neovim.git
synced 2026-03-05 16:47:17 +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