rc man: hide helper command "man-search"
This undocumented command is only used to share logic between the various man-link-* commands. Let's hide it to avoid confusion.
This commit is contained in:
parent
e83dbdcd2c
commit
329b215494
|
@ -107,7 +107,7 @@ declare-option -hidden regex man_link2 \
|
||||||
|
|
||||||
# Define a useful command sequence for searching a given regex
|
# Define a useful command sequence for searching a given regex
|
||||||
# and a given sequence of search keys.
|
# and a given sequence of search keys.
|
||||||
define-command man-search -params 2 %{
|
define-command -hidden man-search -params 2 %{
|
||||||
set-register / %arg[1]
|
set-register / %arg[1]
|
||||||
try %{
|
try %{
|
||||||
execute-keys %arg[2]
|
execute-keys %arg[2]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user