diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 14:12:41 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 14:12:41 +0000 |
commit | 7b35c8639c5d36cd06df35f432735b0aa29c08cf (patch) | |
tree | 4fc61b84848b2b60994c638929c679bc0a0b6bdb /Completion/Builtins/_zstyle | |
parent | b9f6bdf162ccdd6b6c644c63a42f993d271ccdce (diff) | |
download | zsh-7b35c8639c5d36cd06df35f432735b0aa29c08cf.tar.gz zsh-7b35c8639c5d36cd06df35f432735b0aa29c08cf.tar.xz zsh-7b35c8639c5d36cd06df35f432735b0aa29c08cf.zip |
*** empty log message ***
Diffstat (limited to 'Completion/Builtins/_zstyle')
-rw-r--r-- | Completion/Builtins/_zstyle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 3a485f0da..62e5369e4 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -25,6 +25,7 @@ styles=( domains c: expand c: fake c:fake + fake-parameters c:fake-params file-patterns c:filepat file-sort c:fsort force-list c: @@ -269,6 +270,10 @@ while [[ -n $state ]]; do _message 'prefix and names' ;; + fake-params) + _message 'name and optional type' + ;; + ignline) _wanted values expl boolean compadd true false current current-shown other ;; |