about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-10 14:52:34 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-10 14:52:34 +0000
commiteaf9da50bc74c7160831b1397c5cbfffc12aa065 (patch)
treed47b7d704d078450d71c81648c350f1c7b9db5a1
parentbf69a9c866ec68a0a054db9cfc6b0dea39ed011c (diff)
downloadzsh-eaf9da50bc74c7160831b1397c5cbfffc12aa065.tar.gz
zsh-eaf9da50bc74c7160831b1397c5cbfffc12aa065.tar.xz
zsh-eaf9da50bc74c7160831b1397c5cbfffc12aa065.zip
Initial revision
-rw-r--r--Completion/Core/_matcher5
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Core/_matcher b/Completion/Core/_matcher
new file mode 100644
index 000000000..6c0398e7b
--- /dev/null
+++ b/Completion/Core/_matcher
@@ -0,0 +1,5 @@
+#autoload
+
+zstyle -s ":completion:${curcontext%%:*}:matcher-${(M)#${(@)_completers[1,-$#_completers_left]}:#_matcher}:${curcontext#[^:]#:[^:]#:}:" matcher _comp_matcher || _comp_matcher=''
+
+return 1