Files
neovim/runtime/lua
J. Adly 67b3cceaa7 fix(man.lua): highlight codeblocks #40310
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.
2026-06-18 19:03:01 -04:00
..
2026-03-16 10:29:58 +01:00
2026-06-18 15:49:12 -04:00
2025-02-09 18:10:54 +01:00