diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/compctl.mdd | 2 | ||||
-rw-r--r-- | Src/Zle/complete.mdd | 2 | ||||
-rw-r--r-- | Src/Zle/complist.mdd | 6 | ||||
-rw-r--r-- | Src/Zle/computil.mdd | 2 | ||||
-rw-r--r-- | Src/Zle/deltochar.mdd | 6 | ||||
-rw-r--r-- | Src/Zle/zle.mdd | 4 | ||||
-rw-r--r-- | Src/Zle/zleparameter.mdd | 8 |
7 files changed, 25 insertions, 5 deletions
diff --git a/Src/Zle/compctl.mdd b/Src/Zle/compctl.mdd index b4e1756fb..f4fc1d0b4 100644 --- a/Src/Zle/compctl.mdd +++ b/Src/Zle/compctl.mdd @@ -1,4 +1,6 @@ name=zsh/compctl +link=either +load=yes moddeps="zsh/complete zsh/zle" diff --git a/Src/Zle/complete.mdd b/Src/Zle/complete.mdd index 8d4a59d66..a8ed9a484 100644 --- a/Src/Zle/complete.mdd +++ b/Src/Zle/complete.mdd @@ -1,4 +1,6 @@ name=zsh/complete +link=either +load=yes moddeps="zsh/zle" diff --git a/Src/Zle/complist.mdd b/Src/Zle/complist.mdd index 8ea60b0a8..936a7fd77 100644 --- a/Src/Zle/complist.mdd +++ b/Src/Zle/complist.mdd @@ -1,3 +1,7 @@ -moddeps="comp1 zle" +name=zsh/complist +link=either +load=yes + +moddeps="zsh/complete zsh/zle" objects="complist.o" diff --git a/Src/Zle/computil.mdd b/Src/Zle/computil.mdd index 318fbbcd6..161177859 100644 --- a/Src/Zle/computil.mdd +++ b/Src/Zle/computil.mdd @@ -1,4 +1,6 @@ name=zsh/computil +link=either +load=yes moddeps="zsh/complete zsh/zle" diff --git a/Src/Zle/deltochar.mdd b/Src/Zle/deltochar.mdd index 4d1f89d1c..6b68b63fe 100644 --- a/Src/Zle/deltochar.mdd +++ b/Src/Zle/deltochar.mdd @@ -1,3 +1,7 @@ -moddeps="zle" +name=zsh/deltochar +link=dynamic +load=no + +moddeps="zsh/zle" objects="deltochar.o" diff --git a/Src/Zle/zle.mdd b/Src/Zle/zle.mdd index 29f39d363..c5675cb03 100644 --- a/Src/Zle/zle.mdd +++ b/Src/Zle/zle.mdd @@ -1,4 +1,6 @@ -moddeps="comp1" +name=zsh/zle +link=either +load=yes autobins="bindkey vared zle" diff --git a/Src/Zle/zleparameter.mdd b/Src/Zle/zleparameter.mdd index f9d528661..ef3e1d5f5 100644 --- a/Src/Zle/zleparameter.mdd +++ b/Src/Zle/zleparameter.mdd @@ -1,5 +1,9 @@ -moddeps="zle" +name=zsh/zleparameter +link=either +load=yes -autoparams="zlewidgets zlekeymaps" +moddeps="zsh/zle" + +autoparams="widgets keymaps" objects="zleparameter.o" |