diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-20 20:59:15 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-20 20:59:15 +0000 |
| commit | 0a1de76213c4012a8b17b30eb08a77c4aa05d4bc (patch) | |
| tree | 51b81d095d0ce91d51762d31bb002170b33621dc /Src/Modules/example.mdd | |
| parent | 23567: missed out ChangeLog entry (diff) | |
| download | zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.gz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.bz2 zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.lz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.xz zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.tar.zst zsh-0a1de76213c4012a8b17b30eb08a77c4aa05d4bc.zip | |
23578: make standard features autoloadable,
use feature notation for .mdd autoloads
Diffstat (limited to 'Src/Modules/example.mdd')
| -rw-r--r-- | Src/Modules/example.mdd | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Src/Modules/example.mdd b/Src/Modules/example.mdd index b3fcc92f7..3a00e3ed2 100644 --- a/Src/Modules/example.mdd +++ b/Src/Modules/example.mdd @@ -2,11 +2,6 @@ name=zsh/example link=dynamic load=no -autobins="example" - -autoinfixconds="ex" -autoprefixconds="len" -autoparams="exint exstr exarr" -automathfuncs="sum length" +autofeatures="b:example C:ex c:len p:exint p:exstr p:exarr f:sum f:length" objects="example.o" |
