From 626e2aeb1657f112feb6d03c34bb9e9f44764c75 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:19:26 +0000 Subject: zsh-workers/10195 --- Completion/Base/_first | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base/_first') diff --git a/Completion/Base/_first b/Completion/Base/_first index 566cfc785..386f67fa0 100644 --- a/Completion/Base/_first +++ b/Completion/Base/_first @@ -34,7 +34,7 @@ # completion of words from the history by adding two commas at the end # and hitting TAB. # -# if [[ "$PREFIX" = *,, ]] && _tags history-words; then +# if [[ "$PREFIX" = *,, ]] && _wanted history-words; then # local max i=1 expl # # PREFIX="$PREFIX[1,-2]" -- cgit 1.4.1