1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

Initial revision

This commit is contained in:
Tanaka Akira 2000-02-10 14:52:34 +00:00
parent bf69a9c866
commit eaf9da50bc

5
Completion/Core/_matcher Normal file

@ -0,0 +1,5 @@
#autoload
zstyle -s ":completion:${curcontext%%:*}:matcher-${(M)#${(@)_completers[1,-$#_completers_left]}:#_matcher}:${curcontext#[^:]#:[^:]#:}:" matcher _comp_matcher || _comp_matcher=''
return 1