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 | |
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
-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 ecf6fb0d3..18cfe3313 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-08 Felix Rosencrantz <f_rosencrantz@yahoo.com> + + * 18440: Src/Zle/complete.mdd: Add the cygwin completion functions + to the completion module. + 2003-04-07 Felix Rosencrantz <f_rosencrantz@yahoo.com> * 18439: Completion/Cygwin/.distfiles, 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" |