mirror of
https://github.com/neovim/neovim.git
synced 2026-07-23 01:12:49 +00:00
Problem: :Man does not syntax highlight codeblocks (injected language). Analysis: init_pager() swapped pcall(parse_ref, ref) return values order, so vim.b.man_sect was set to the manpage name instead of the section number, so C syntax highlighting did not load. Solution: Swap the calls.