From cfa7436ee6fd00e2cb21cb2d04417aebd10ed921 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 1 Nov 1999 09:41:56 +0000 Subject: zsh-workers/8479 --- Completion/Base/_first | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Completion/Base/_first') diff --git a/Completion/Base/_first b/Completion/Base/_first index d259824cc..fc434fca7 100644 --- a/Completion/Base/_first +++ b/Completion/Base/_first @@ -47,15 +47,16 @@ # # The default is to search the last 100 lines. # max=10 # fi -# # We first search in the last ten lines, then in the last -# # twenty lines, and so on... +# # We first search in the last ten words, then in the last +# # twenty words, and so on... # while [[ i -le max ]]; do # if [[ -n "$compconfig[history_sort]" ]]; then # _description expl "history ($n)" # else # _description -V expl "history ($n)" # fi -# if compadd "$expl[@]" -Q - "${(@)historywords:#[\$'\"]*}"; then +# if compadd "$expl[@]" -Q - \ +# "${(@)${(@)historywords:#[\$'\"]*}[1,i*10]}"; 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 v1.2.3-70-g09d2