From 0749034911b1e28d4d9abba5472201972a5e37ce Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 12 Oct 1999 09:30:35 +0000 Subject: zsh-workers/8217 --- Completion/Core/_list | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'Completion/Core/_list') diff --git a/Completion/Core/_list b/Completion/Core/_list index 25dcdfe8f..f0bdda08a 100644 --- a/Completion/Core/_list +++ b/Completion/Core/_list @@ -3,30 +3,6 @@ # This completer function makes the other completer functions used # insert possible completions only after the list has been shown at # least once. -# -# Configuration keys: -# -# list_condition -# If this key is unset or set to the empty string, this completer -# will delay the insertion of matches unconditionally. However, -# if this value is set, it should be set to an expression usable -# inside a $[...] arithmetical expression. In this case, delaying -# will be done if the expression evaluates to `1'. -# For example, with -# -# compconf list_condition='${NUMERIC:-1} != 1' -# -# delaying will be done only if given an explicit numeric argument -# other than `1'. -# -# list_word -# To find out if only listing should be done, the code normally -# compares the contents of the line with the contents the line -# had at the time of the last invocation. If this key is set to -# an non-empty string comparison is done using only the current -# word. So if it is set, attempting completion on a word equal -# to the one completion was called on the last time will not -# delay the generation of matches. local pre suf -- cgit 1.4.1