mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
zsh-workers/9166
This commit is contained in:
parent
af16643a00
commit
b7325c6158
3 changed files with 3 additions and 11 deletions
|
@ -11,7 +11,6 @@ styles=(
|
|||
accept-exact c:bool
|
||||
arguments c:
|
||||
auto-description c:
|
||||
cache-path 'c:_path_files -/'
|
||||
completer c:completer
|
||||
completions c:
|
||||
condition c:
|
||||
|
|
|
@ -571,9 +571,6 @@ for process identifiers
|
|||
item(tt(ps))(
|
||||
used to look up the tt(arguments) and tt(list-arguments) styles
|
||||
)
|
||||
item(tt(regex))(
|
||||
used to look up tt(cache-path) style
|
||||
)
|
||||
item(tt(sequences))(
|
||||
for sequences (e.g. tt(mh) sequences)
|
||||
)
|
||||
|
@ -651,13 +648,6 @@ the description for this argument. Depending on personal preferences,
|
|||
it may be useful to set this style to something like `tt(specify: %d)'.
|
||||
Note that this may not work for some commands.
|
||||
)
|
||||
item(tt(cache-path))(
|
||||
The tt(_regex_arguments) utility function used by some completion
|
||||
functions creates shell functions on the fly. If this style is set to
|
||||
a non-empty string, the value is taken as the name of a directory
|
||||
where to store these functions so that they don't have to be created
|
||||
anew when the completion function is used in another shell.
|
||||
)
|
||||
item(tt(completer))(
|
||||
The strings given as the value of this style give the names of the
|
||||
completer functions to use. The available completer functions are
|
||||
|
|
|
@ -108,4 +108,7 @@ trailing colon removed. In both cases the lengths of the strings
|
|||
are not used to determine how the other strings have to be aligned.
|
||||
The resulting strings are stored in the var(array).
|
||||
)
|
||||
item(tt(zregexparse))(
|
||||
This implements the internals of the `tt(_regex_arguments)'.
|
||||
)
|
||||
enditem()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue