mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 12:57:14 +10:00
Problem: :Man command errors if given more than two arguments. Thus, it is impossible to open man pages that contain spaces in their names. Solution: Adjust :Man so that it tries variants with spaces and underscores, and uses the first found.