diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-10 14:52:34 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-10 14:52:34 +0000 |
commit | eaf9da50bc74c7160831b1397c5cbfffc12aa065 (patch) | |
tree | d47b7d704d078450d71c81648c350f1c7b9db5a1 /Completion | |
parent | bf69a9c866ec68a0a054db9cfc6b0dea39ed011c (diff) | |
download | zsh-eaf9da50bc74c7160831b1397c5cbfffc12aa065.tar.gz zsh-eaf9da50bc74c7160831b1397c5cbfffc12aa065.tar.xz zsh-eaf9da50bc74c7160831b1397c5cbfffc12aa065.zip |
Initial revision
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Core/_matcher | 5 |
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 |