aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/man.lua
Commit message (Expand)AuthorAge
* fix(man.lua): hardwrapped manpage is not resized #25646James Barford-Evans2023-10-16
* feat(man): respect 'wrapmargin' when wrapping man pages (#24091)Gregory Anders2023-06-21
* feat(lua): add `vim.system()`Lewis Russell2023-06-07
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* fix(man.lua): return support of all sectionsVadim A. Misbakh-Soloviov2023-05-07
* fix(man.lua): don't continue on command error (#23009)zeertzjq2023-04-11
* fix(man.lua): tests, namingJustin M. Keyes2023-03-07
* feat(man.lua): support spaces in manpage namesEriks Muhins2023-03-07
* refactor(man): add type annotationsLewis Russell2023-02-21
* fix(man): use italics for `<bs>_` (#22086)Lewis Russell2023-02-01
* fix(man.lua): open in current window if it's already a man page (#21987)0xAdk2023-01-25
* fix(man.lua): use `env` command (#21007)euclidianAce2022-11-09
* fix(man.lua): set modifiable before writing page (#20914)Kevin Hwang2022-11-03
* fix(man): handle absolute paths as `:Man` targets (#20624)Mahmoud Al-Qudsi2022-10-17
* feat(cscope)!: removeLewis Russell2022-10-13
* fix(man): support MacOS 13Lewis Russell2022-10-11
* refactor(man): pass env directly to spawn() (#20591)Lewis Russell2022-10-11
* fix(tests): indicate in test logs when nvim exit times outbfredl2022-09-22
* feat(lua): move compat module from runtime to test (#20257)Lewis Russell2022-09-20
* fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* feat(Man): port to Lua (#19912)Lewis Russell2022-09-02
* chore: format runtime with styluaChristian Clason2022-05-09
* man.vim: Handle ANSI escape sequences with ":" #10267Kovas Palunas2019-06-30
* lintJustin M. Keyes2018-12-20
* runtime/lua/vim/compat.luaJustin M. Keyes2018-12-20
* test: Lua 5.2/5.3 compat #9280Matěj Cepl2018-12-20
* man.lua: avoid float conversion on lua 5.3 (#7851)Filip Szymański2018-01-15
* Address PR commentsGabriel Holodak2017-12-27
* Add support for escape sequencesGabriel Holodak2017-12-27
* Switch to processing in LuaGabriel Holodak2017-12-27