mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-27 06:11:06 +02:00
use the right path patterns for completion functions
This commit is contained in:
parent
60da953ac7
commit
e4e2e4f916
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-04-19 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* ?????: Src/Zle/complete.mdd: use the right path patterns for
|
||||
completion functions
|
||||
|
||||
2001-04-19 Clint Adams <schizo@debian.org>
|
||||
|
||||
* 14018: Src/mkmakemod.sh: honor STRIPFLAGS when installing
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name=zsh/complete
|
||||
link=either
|
||||
load=yes
|
||||
functions='Completion/comp* Completion/*/*/*'
|
||||
functions='Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
|
||||
|
||||
moddeps="zsh/zle"
|
||||
|
||||
|
|
Loading…
Reference in a new issue