mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-22 00:21:27 +01:00
workers-18440: add previously added cygwin completion functions to the completion module
This commit is contained in:
parent
f4b280d777
commit
6bd0c51366
2 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue