about summary refs log tree commit diff
path: root/Completion/Core/_match
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/_match
parent0f348a6282c85b6097f4a268a4a36da2dd3ead2b (diff)
downloadzsh-0749034911b1e28d4d9abba5472201972a5e37ce.tar.gz
zsh-0749034911b1e28d4d9abba5472201972a5e37ce.tar.xz
zsh-0749034911b1e28d4d9abba5472201972a5e37ce.zip
zsh-workers/8217
Diffstat (limited to 'Completion/Core/_match')
-rw-r--r--Completion/Core/_match15
1 files changed, 0 insertions, 15 deletions
diff --git a/Completion/Core/_match b/Completion/Core/_match
index a4499dc08..f4e5fc0ee 100644
--- a/Completion/Core/_match
+++ b/Completion/Core/_match
@@ -8,21 +8,6 @@
 # Note, however, that this is only really useful if you don't use the
 # expand-or-complete function because otherwise the pattern will
 # be expanded using globbing.
-#
-# Configuration keys used:
-#
-#  match_original
-#    If this is set to a `only', pattern matching will only be tried
-#    with the string from the line. If it is set to any other non-empty
-#    string, the original pattern will be tried first and if that yields
-#    no completions, matching will be tried again with a `*' inserted
-#    at the cursor position. If this key is not set or set to an empty
-#    string, matching will only be attempted with the `*' inserted.
-#
-#  match_insert
-#    If this is set to a string starting with `unambig', menucompletion
-#    will only be turned on if no unambiguous string could be built
-#    that is at least as long as the original string.
 
 local tmp opm="$compstate[pattern_match]" ret=0