Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Install openSUSE completion functions
- X-seq: zsh-workers 30186
- From: Holger Macht <hmacht@xxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Install openSUSE completion functions
- Date: Tue, 7 Feb 2012 16:35:23 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
openSUSE specific completion functions are included in zsh, however, not
installed. Do so.
Signed-off-by: Holger Macht <hmacht@xxxxxxx>
---
Index: zsh-4.3.15/Src/Zle/complete.mdd
===================================================================
--- zsh-4.3.15.orig/Src/Zle/complete.mdd
+++ zsh-4.3.15/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/Cygwin/*/* Completion/Darwin/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandriva/*/* Completion/Redhat/*/* Completion/Solaris/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
+functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Cygwin/*/* Completion/Darwin/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandriva/*/* Completion/Redhat/*/* Completion/Solaris/*/* Completion/openSUSE/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
moddeps="zsh/zle"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author