summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/man.lua
AgeCommit message (Expand)AuthorFiles
2026-03-29test: fix s390x failuresJustin M. Keyes1
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-10fix(man.lua): :Man ignores section of gzipped manpage #38235MP4301
2026-01-28refactor(lua): use vim.fs instead of fnamemodifyYochem van Rosmalen1
2025-12-15fix(man.lua): show_toc condition may cause infinite loop #36979Alejandro Exojo1
2025-11-25fix(man.lua): :Man slow/hangs if MANPAGER is set #36689Muhammad Saheed1
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason1
2025-05-19Don't set manwidth wider than the window (#34078)Fionn Fitzmaurice1
2025-05-03fix(runtime): conceal paths in help, man ToC loclist #33764Michele Campeotto1
2025-04-15fix(man.lua): E95 when piping to :Man #33068João Bettencourt1
2025-04-12fix(man.lua): useless executability check #33438Emanuel Krollmann1
2025-04-12fix(man.lua): noisy "ENOENT" error on Windows #33409Emanuel Krollmann1
2025-03-19fix(runtime): gO always says "Help TOC" #32971Justin M. Keyes1
2025-02-02fix(man.lua): skip `Attrs.None` highlights #32262Johannes Larsen1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2024-12-18refactor(man.lua): various changesLewis Russell1
2024-12-16fix(Man): completion on MacLewis Russell1
2024-12-13Revert "fix(Man.lua): trigger completion even without arguments" #31572Justin M. Keyes1
2024-12-13fix(man.lua): `:Man <tab>` does not complete #31569Luca Saccarola1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-10-15feat(man.vim): "q" always closes window #30819xudyang11
2024-08-29fix(man): check if buffer is valid before restoring 'tagfunc' (#30180)zeertzjq1
2024-08-15fix(man): avoid setting v:errmsg (#30052)zeertzjq1
2024-06-07fix(man): filter OSC 8 hyperlink markup #29171Lennard Hofmann1
2024-04-26fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)Brian Cao1
2024-03-16fix(man): pass modifiers also to :tag (#27878)zeertzjq1
2024-03-16feat(man): allow opening pages in current window (#27861)Tomasz N1
2024-01-02docs: small fixesdundargoc1
2023-10-16fix(man.lua): hardwrapped manpage is not resized #25646James Barford-Evans1
2023-06-21feat(man): respect 'wrapmargin' when wrapping man pages (#24091)Gregory Anders1
2023-06-07feat(lua): add `vim.system()`Lewis Russell1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2023-05-07fix(man.lua): return support of all sectionsVadim A. Misbakh-Soloviov1
2023-04-11fix(man.lua): don't continue on command error (#23009)zeertzjq1
2023-03-07fix(man.lua): tests, namingJustin M. Keyes1
2023-03-07feat(man.lua): support spaces in manpage namesEriks Muhins1
2023-02-21refactor(man): add type annotationsLewis Russell1
2023-02-01fix(man): use italics for `<bs>_` (#22086)Lewis Russell1
2023-01-25fix(man.lua): open in current window if it's already a man page (#21987)0xAdk1
2022-11-09fix(man.lua): use `env` command (#21007)euclidianAce1
2022-11-03fix(man.lua): set modifiable before writing page (#20914)Kevin Hwang1
2022-10-17fix(man): handle absolute paths as `:Man` targets (#20624)Mahmoud Al-Qudsi1
2022-10-13feat(cscope)!: removeLewis Russell1
2022-10-11fix(man): support MacOS 13Lewis Russell1
2022-10-11refactor(man): pass env directly to spawn() (#20591)Lewis Russell1
2022-09-22fix(tests): indicate in test logs when nvim exit times outbfredl1
2022-09-20feat(lua): move compat module from runtime to test (#20257)Lewis Russell1
2022-09-02fix(api)!: correctly deal with number before :tabzeertzjq1
2022-09-02feat(Man): port to Lua (#19912)Lewis Russell1