From e0b26186f1d3c1a3a580eb7e8a8199c25536f4e6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 26 Oct 1999 15:36:10 +0000 Subject: manual/8424 --- 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 ba5ef6c24..d259824cc 100644 --- a/Completion/Base/_first +++ b/Completion/Base/_first @@ -55,7 +55,7 @@ # else # _description -V expl "history ($n)" # fi -# if compgen "$expl[@]" -Q -H $(( i*10 )) ''; then +# if compadd "$expl[@]" -Q - "${(@)historywords:#[\$'\"]*}"; then # # We have found at least one matching word, so we switch # # on menu-completion and make sure that no other # # completion function is called by setting _compskip. -- cgit 1.4.1