vim/runtime/autoload/dist
David Mandelberg c2623824a7
runtime(man): improve :Man completion for man-db
On man-db systems, complete with actual man sections and pages, instead
of shell commands.

I tried to come up with a portable solution for multiple man
implementations in https://github.com/vim/vim/discussions/16794 but I
think the differences between implementations were too large to do that
without overly complicated code. So instead, I implemented it for man-db
(which I think is common on Linux) and hopefully left it easier for
other people to implement it on other systems in the future if they want
to.

closes: #16843

Signed-off-by: David Mandelberg <david@mandelberg.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2025-03-10 21:26:50 +01:00
..
ft.vim runtime(filetype): commit 99181205c5 breaks V lang detection 2025-01-25 16:18:51 +01:00
json.vim runtime(json): fix examples in comments for JSON formatting (#13660) 2023-12-11 17:09:38 +01:00
man.vim runtime(man): improve :Man completion for man-db 2025-03-10 21:26:50 +01:00
script.vim patch 9.1.1042: filetype: just files are not recognized 2025-01-20 21:56:41 +01:00
vim.vim runtime(dist): do not output a message if executable is not found 2024-09-20 22:26:56 +02:00
vim9.vim runtime(dist/vim9): fix regressions in dist#vim9#Open 2025-01-29 18:36:01 +01:00
vimindent.vim runtime(vim): update indentation plugin for Vim script 2024-12-26 10:36:56 +01:00