mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
Holger Macht via Ismail: 30185: openSUSE directory missed from
module definition
This commit is contained in:
parent
4735ee67af
commit
a84560cbf2
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Holger Macht via Ismail: 30185: Src/Zle/complete.mdd: add
|
||||
missing openSUSE file locations.
|
||||
|
||||
2012-02-05 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 30127: Src/builtin.c: forbid executing history lines via fc in
|
||||
|
@ -15913,5 +15918,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5573 $
|
||||
* $Revision: 1.5574 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue