diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-19 10:39:45 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-19 10:39:45 +0000 |
commit | e4e2e4f916b1d18fa2e17a4e6f7454743051a07d (patch) | |
tree | 8bf0d44e5a625127aff88f5188f68fcfe6333cff | |
parent | 60da953ac714b0de1a8899f8b75976f0cb436a3f (diff) | |
download | zsh-e4e2e4f916b1d18fa2e17a4e6f7454743051a07d.tar.gz zsh-e4e2e4f916b1d18fa2e17a4e6f7454743051a07d.tar.xz zsh-e4e2e4f916b1d18fa2e17a4e6f7454743051a07d.zip |
use the right path patterns for completion functions
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Src/Zle/complete.mdd | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2ae3099f9..8620878fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Src/Zle/complete.mdd b/Src/Zle/complete.mdd index 3de97404e..8c95459f9 100644 --- a/Src/Zle/complete.mdd +++ b/Src/Zle/complete.mdd @@ -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" |