aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/man.lua
Commit message (Expand)AuthorAge
* fix(man.lua): skip `Attrs.None` highlights #32262Johannes Larsen2025-02-02
* fix: resolve all remaining LuaLS diagnosticsLewis Russell2025-01-27
* refactor(man.lua): various changesLewis Russell2024-12-18
* fix(Man): completion on MacLewis Russell2024-12-16
* Revert "fix(Man.lua): trigger completion even without arguments" #31572Justin M. Keyes2024-12-13
* fix(man.lua): `:Man <tab>` does not complete #31569Luca Saccarola2024-12-13
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* feat(man.vim): "q" always closes window #30819xudyang12024-10-15
* fix(man): check if buffer is valid before restoring 'tagfunc' (#30180)zeertzjq2024-08-29
* fix(man): avoid setting v:errmsg (#30052)zeertzjq2024-08-15
* fix(man): filter OSC 8 hyperlink markup #29171Lennard Hofmann2024-06-07
* fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)Brian Cao2024-04-26
* fix(man): pass modifiers also to :tag (#27878)zeertzjq2024-03-16
* feat(man): allow opening pages in current window (#27861)Tomasz N2024-03-16
* docs: small fixesdundargoc2024-01-02
* 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