diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-18 07:36:55 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-18 07:36:55 +0000 |
commit | fe65ab1dd85195ae0bef29f11aea74209c00cb8b (patch) | |
tree | 1e435897e589f4e0e66f89ef6128bd5752b4e056 /Completion/Builtins | |
parent | 59da43689af6ca1048f2e956f10c18cd17774f2a (diff) | |
download | zsh-fe65ab1dd85195ae0bef29f11aea74209c00cb8b.tar.gz zsh-fe65ab1dd85195ae0bef29f11aea74209c00cb8b.tar.xz zsh-fe65ab1dd85195ae0bef29f11aea74209c00cb8b.zip |
completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new used parameters, use local keymap when waiting at list-prompt (10801)
Diffstat (limited to 'Completion/Builtins')
-rw-r--r-- | Completion/Builtins/_zstyle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 5f078fddb..a2a19320d 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -41,6 +41,7 @@ styles=( list c:listwhen list-colors c: list-packed c:bool + list-prompt c: list-rows-first c:bool local c: matcher-list c: @@ -55,6 +56,8 @@ styles=( prefix-needed c:bool prompt c: remove-all-dups c:bool + select-prompt c: + select-scroll c: single-ignored c:single-ignored sort c:bool special-dirs c:sdirs |