J. Adly
dffacf5c9d
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.
(cherry picked from commit 67b3cceaa7 )
2026-06-19 00:07:30 +00:00
..
2026-04-06 02:39:21 +00:00
2026-02-01 08:22:07 +08:00
2026-03-22 23:14:49 +00:00
2026-06-17 12:52:51 +00:00
2026-05-11 19:37:36 +00:00
2026-03-06 07:59:15 +08:00
2026-01-26 06:53:53 +08:00
2026-06-19 00:07:30 +00:00
2026-06-11 11:16:21 +00:00
2026-06-14 11:25:45 -04:00
2026-02-26 19:26:35 +01:00
2026-05-08 06:49:34 +00:00
2022-03-13 04:52:45 +00:00
2026-05-11 10:02:23 +00:00
2026-01-07 08:11:42 +08:00
2026-03-11 19:05:46 +00:00
2023-08-13 13:25:10 +01:00
2025-12-30 01:44:24 -05:00
2026-03-24 00:14:55 +01:00
2026-03-12 11:12:56 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-22 19:10:43 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-08-20 07:23:49 +08:00
2026-01-20 07:56:50 +08:00
2022-10-13 05:48:12 -07:00
2026-06-11 00:06:57 +02:00
2026-02-09 16:55:37 -05:00
2019-03-11 21:00:12 +01:00
2025-08-20 07:23:49 +08:00
2024-07-02 13:05:16 +02:00