index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
man.lua
Commit message (
Expand
)
Author
Age
*
fix(man.lua): skip `Attrs.None` highlights #32262
Johannes Larsen
2025-02-02
*
fix: resolve all remaining LuaLS diagnostics
Lewis Russell
2025-01-27
*
refactor(man.lua): various changes
Lewis Russell
2024-12-18
*
fix(Man): completion on Mac
Lewis Russell
2024-12-16
*
Revert "fix(Man.lua): trigger completion even without arguments" #31572
Justin M. Keyes
2024-12-13
*
fix(man.lua): `:Man <tab>` does not complete #31569
Luca Saccarola
2024-12-13
*
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
*
feat(man.vim): "q" always closes window #30819
xudyang1
2024-10-15
*
fix(man): check if buffer is valid before restoring 'tagfunc' (#30180)
zeertzjq
2024-08-29
*
fix(man): avoid setting v:errmsg (#30052)
zeertzjq
2024-08-15
*
fix(man): filter OSC 8 hyperlink markup #29171
Lennard Hofmann
2024-06-07
*
fix(man.vim): q quits after jump to different tag in MANPAGER modified (#28495)
Brian Cao
2024-04-26
*
fix(man): pass modifiers also to :tag (#27878)
zeertzjq
2024-03-16
*
feat(man): allow opening pages in current window (#27861)
Tomasz N
2024-03-16
*
docs: small fixes
dundargoc
2024-01-02
*
fix(man.lua): hardwrapped manpage is not resized #25646
James Barford-Evans
2023-10-16
*
feat(man): respect 'wrapmargin' when wrapping man pages (#24091)
Gregory Anders
2023-06-21
*
feat(lua): add `vim.system()`
Lewis Russell
2023-06-07
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
fix(man.lua): return support of all sections
Vadim A. Misbakh-Soloviov
2023-05-07
*
fix(man.lua): don't continue on command error (#23009)
zeertzjq
2023-04-11
*
fix(man.lua): tests, naming
Justin M. Keyes
2023-03-07
*
feat(man.lua): support spaces in manpage names
Eriks Muhins
2023-03-07
*
refactor(man): add type annotations
Lewis Russell
2023-02-21
*
fix(man): use italics for `<bs>_` (#22086)
Lewis Russell
2023-02-01
*
fix(man.lua): open in current window if it's already a man page (#21987)
0xAdk
2023-01-25
*
fix(man.lua): use `env` command (#21007)
euclidianAce
2022-11-09
*
fix(man.lua): set modifiable before writing page (#20914)
Kevin Hwang
2022-11-03
*
fix(man): handle absolute paths as `:Man` targets (#20624)
Mahmoud Al-Qudsi
2022-10-17
*
feat(cscope)!: remove
Lewis Russell
2022-10-13
*
fix(man): support MacOS 13
Lewis Russell
2022-10-11
*
refactor(man): pass env directly to spawn() (#20591)
Lewis Russell
2022-10-11
*
fix(tests): indicate in test logs when nvim exit times out
bfredl
2022-09-22
*
feat(lua): move compat module from runtime to test (#20257)
Lewis Russell
2022-09-20
*
fix(api)!: correctly deal with number before :tab
zeertzjq
2022-09-02
*
feat(Man): port to Lua (#19912)
Lewis Russell
2022-09-02
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
man.vim: Handle ANSI escape sequences with ":" #10267
Kovas Palunas
2019-06-30
*
lint
Justin M. Keyes
2018-12-20
*
runtime/lua/vim/compat.lua
Justin M. Keyes
2018-12-20
*
test: Lua 5.2/5.3 compat #9280
Matěj Cepl
2018-12-20
*
man.lua: avoid float conversion on lua 5.3 (#7851)
Filip Szymański
2018-01-15
*
Address PR comments
Gabriel Holodak
2017-12-27
*
Add support for escape sequences
Gabriel Holodak
2017-12-27
*
Switch to processing in Lua
Gabriel Holodak
2017-12-27