From 3c3ffa433dca8c6c396d1cca734bc349a91b9797 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 4 Feb 2000 12:14:06 +0000 Subject: zsh-workers/9562 --- Completion/Builtins/_hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Builtins') diff --git a/Completion/Builtins/_hash b/Completion/Builtins/_hash index 05728fb7b..c8a51a38a 100644 --- a/Completion/Builtins/_hash +++ b/Completion/Builtins/_hash @@ -11,7 +11,7 @@ if [[ "$words[2]" = -*d* ]]; then fi elif compset -P 1 '*='; then _wanted -C value values expl 'executable file' && - _files "$expl[@]" -g '*(*)' + _files "$expl[@]" -g '*(-*)' else _wanted -C name commands expl command && compadd "$expl[@]" -q -S '=' - "${(@k)commands}" -- cgit 1.4.1