diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-01 16:19:15 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-01 16:19:15 +0000 |
commit | b9c58a73ac2eace89340b268db852c8a158bd707 (patch) | |
tree | ca4e713df765174bc90fcc2e8c2a3be9288905de /Completion/Builtins/_zstyle | |
parent | e6be1f76cf77a63dd79dbe3d6eea62815caa87ab (diff) | |
download | zsh-b9c58a73ac2eace89340b268db852c8a158bd707.tar.gz zsh-b9c58a73ac2eace89340b268db852c8a158bd707.tar.xz zsh-b9c58a73ac2eace89340b268db852c8a158bd707.zip |
various doc fixes and minor completion function changes, most of which
are to use the -A "-*" and -S options to _arguments (13863)
Diffstat (limited to 'Completion/Builtins/_zstyle')
-rw-r--r-- | Completion/Builtins/_zstyle | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 6a6d5787d..003ec4d9f 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -17,12 +17,17 @@ styles=( avoid-completer c: break-keys c: cache-path 'c:_wanted directories expl directory _path_files -/' + cache-policy c:_functions + call-command c:bool command c:command + commands c: + complete c:bool completer c:completer completions c:bool condition c:bool cursor c:cursor disable-stat c:bool + disabled c:bool domains c: expand c: fake-files c:fake-files @@ -32,6 +37,7 @@ styles=( force-list c: format c: glob c:bool + global c:bool group-name c: group-order c:tag groups c:_groups @@ -69,7 +75,8 @@ styles=( ports c:_ports prefix-hidden c:bool prefix-needed c:bool - prompt c: + range c: + regular c:bool remote-access c:bool remove-all-dups c:bool select-prompt c: |