diff options
| author | Clinton Bunch <cdb_zsh@zentaur.org> | 2024-08-30 08:06:06 -0500 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2024-08-31 13:12:10 +0200 |
| commit | 58bda5913007f53c91ae60cd22483dd222ea5618 (patch) | |
| tree | 891af8168364b66248714320cec8793a52951799 /Completion | |
| parent | github #120: Update _git to reflect `--recursive` being an alias (diff) | |
| download | zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar.gz zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar.bz2 zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar.lz zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar.xz zsh-58bda5913007f53c91ae60cd22483dd222ea5618.tar.zst zsh-58bda5913007f53c91ae60cd22483dd222ea5618.zip | |
53056: new zsh/random module defining an SRANDOM parameter and zrand_float() and zrand_int() math functions
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Zsh/Type/_module_math_func | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Type/_module_math_func b/Completion/Zsh/Type/_module_math_func index 5044bdf4c..e92b78b71 100644 --- a/Completion/Zsh/Type/_module_math_func +++ b/Completion/Zsh/Type/_module_math_func @@ -2,7 +2,7 @@ local mod local -a funcs alts -local -a modules=( example mathfunc system ) +local -a modules=( example mathfunc system random ) for mod in $modules; do funcs=( ${${${(f)"$(zmodload -Fl zsh/$mod 2>/dev/null)"}:#^+f:*}##+f:} ) |
