mirror of
https://github.com/neovim/neovim.git
synced 2026-01-14 00:10:33 +10:00
When `man -w` is called with an empty string as section name, it may fail with an error code, which causes :Man to no longer work without a section. Just remove that argument when no section is specified.