AutoYADM commit: 2025-05-21 03:33:33
This commit is contained in:
parent
2f7643d380
commit
f9d20cf2c4
5 changed files with 72 additions and 39 deletions
|
@ -1,3 +1,8 @@
|
|||
# CHANGES BY DANIEL:
|
||||
# man-impl emits the 'manpageloaded' User hook event after it's done.
|
||||
# It also unsets readonly before changing the buffer, and re-sets it when
|
||||
# it's done.
|
||||
|
||||
declare-option -docstring "name of the client in which documentation is to be displayed" \
|
||||
str docsclient
|
||||
|
||||
|
@ -67,8 +72,6 @@ define-command -hidden -params ..3 man-impl %{
|
|||
|
||||
}
|
||||
|
||||
# MAN COMMAND
|
||||
# TODO: REMOVE number lines and show whitespace highlighters!
|
||||
define-command -params ..1 \
|
||||
-shell-script-candidates %{
|
||||
find /usr/share/man/ $(printf %s "${MANPATH}" |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue