From d8f703027345170c7bc820ed7808e693dd1377d6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 25 Mar 2000 00:21:44 +0000 Subject: zsh-3.1.6-dev-20 --- Completion/Builtins/_zstyle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Builtins/_zstyle') diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle index 40a66a364..9f5b0be89 100644 --- a/Completion/Builtins/_zstyle +++ b/Completion/Builtins/_zstyle @@ -49,13 +49,13 @@ styles=( packageset c:packageset path 'c:_wanted directories expl directory _path_files -/' ports c:_ports + prefer-ignored c:bool prefix-hidden c:bool prefix-needed c:bool prompt c: remove-all-dups c:bool single-ignored c:single-ignored sort c:bool - tag-aliases c:tag tag-order c:tag special-dirs c:sdirs squeeze-slashes c:bool @@ -215,7 +215,7 @@ while [[ -n $state ]]; do ;; single-ignored) - _wanted values expl 'how to handle a single ignored match' \ + _wanted values expl 'how to handle single alternate match' \ compadd - show menu ;; -- cgit 1.4.1