diff options
author | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2003-04-08 15:34:51 +0000 |
---|---|---|
committer | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2003-04-08 15:34:51 +0000 |
commit | 6bd0c51366c390231543160e2206a07bd5d81ec1 (patch) | |
tree | 20d0dda825d9d173a5a9d221d74b539b77ad7ce8 /Src/Zle/complete.mdd | |
parent | f4b280d7779050d9b844c5add3f3e179e46333d3 (diff) | |
download | zsh-6bd0c51366c390231543160e2206a07bd5d81ec1.tar.gz zsh-6bd0c51366c390231543160e2206a07bd5d81ec1.tar.xz zsh-6bd0c51366c390231543160e2206a07bd5d81ec1.zip |
workers-18440: add previously added cygwin completion functions to the completion module
Diffstat (limited to 'Src/Zle/complete.mdd')
-rw-r--r-- | Src/Zle/complete.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complete.mdd b/Src/Zle/complete.mdd index ea9d5f5f6..e911162ba 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/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*' +functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Cygwin/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*' moddeps="zsh/zle" |