mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-14 11:41:07 +02:00
Add Mandrake completion directory to install
This commit is contained in:
parent
b0c56c0561
commit
195d8c5ec6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-11-15 Chmouel Boudjnah <chmouel@mandrakesoft.com>
|
||||||
|
|
||||||
|
* 16253: Src/Zle/complete.mdd: Add Mandrake completion directory to
|
||||||
|
install.
|
||||||
|
|
||||||
2001-11-15 Peter Stephenson <pws@csr.com>
|
2001-11-15 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 16241: zshconfig.ac, Src/Modules/mathfunc.c,
|
* 16241: zshconfig.ac, Src/Modules/mathfunc.c,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name=zsh/complete
|
name=zsh/complete
|
||||||
link=either
|
link=either
|
||||||
load=yes
|
load=yes
|
||||||
functions='Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
|
functions='Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
|
||||||
|
|
||||||
moddeps="zsh/zle"
|
moddeps="zsh/zle"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue