diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-18 10:16:38 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-18 10:16:38 +0000 |
commit | 85aceab31a13551701280a3fe8fc3822f114cc2a (patch) | |
tree | 83afd79a3860e5de6309b92ab4d717b102ebe00b /Completion/Core | |
parent | 12645588aea0d871e6a946d2e2789f225bf78bf8 (diff) | |
download | zsh-85aceab31a13551701280a3fe8fc3822f114cc2a.tar.gz zsh-85aceab31a13551701280a3fe8fc3822f114cc2a.tar.xz zsh-85aceab31a13551701280a3fe8fc3822f114cc2a.zip |
zsh-workers-9790
Diffstat (limited to 'Completion/Core')
-rw-r--r-- | Completion/Core/_matcher | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Completion/Core/_matcher b/Completion/Core/_matcher deleted file mode 100644 index 6c0398e7b..000000000 --- a/Completion/Core/_matcher +++ /dev/null @@ -1,5 +0,0 @@ -#autoload - -zstyle -s ":completion:${curcontext%%:*}:matcher-${(M)#${(@)_completers[1,-$#_completers_left]}:#_matcher}:${curcontext#[^:]#:[^:]#:}:" matcher _comp_matcher || _comp_matcher='' - -return 1 |