about summary refs log tree commit diff
path: root/Completion/Core/_list
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-12 09:30:35 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-12 09:30:35 +0000
commit0749034911b1e28d4d9abba5472201972a5e37ce (patch)
treece317515d8eaea842255956248a6f8b6b3b18145 /Completion/Core/_list
parent0f348a6282c85b6097f4a268a4a36da2dd3ead2b (diff)
downloadzsh-0749034911b1e28d4d9abba5472201972a5e37ce.tar.gz
zsh-0749034911b1e28d4d9abba5472201972a5e37ce.tar.xz
zsh-0749034911b1e28d4d9abba5472201972a5e37ce.zip
zsh-workers/8217
Diffstat (limited to 'Completion/Core/_list')
-rw-r--r--Completion/Core/_list24
1 files changed, 0 insertions, 24 deletions
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