summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/man.lua
AgeCommit message (Expand)AuthorFiles
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-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
2022-05-09chore: format runtime with styluaChristian Clason1
2019-06-30man.vim: Handle ANSI escape sequences with ":" #10267Kovas Palunas1
2018-12-20lintJustin M. Keyes1
2018-12-20runtime/lua/vim/compat.luaJustin M. Keyes1
2018-12-20test: Lua 5.2/5.3 compat #9280Matěj Cepl1
2018-01-15man.lua: avoid float conversion on lua 5.3 (#7851)Filip Szymański1
2017-12-27Address PR commentsGabriel Holodak1
2017-12-27Add support for escape sequencesGabriel Holodak1
2017-12-27Switch to processing in LuaGabriel Holodak1