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:
parent
bf69a9c866
commit
eaf9da50bc
5
Completion/Core/_matcher
Normal file
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
|
Loading…
Reference in New Issue
Block a user