about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_zmodload
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-10-31 00:55:02 +0100
committerOliver Kiddle <opk@zsh.org>2017-10-31 00:55:02 +0100
commit2273fe478a750fbe0ec368933513de7e22e7761a (patch)
tree44e7a53adccf4f38b07045e0ac369af91b06aa17 /Completion/Zsh/Command/_zmodload
parentaaa001e534bea49bbd05c6ccc0506db003e0fa0b (diff)
downloadzsh-2273fe478a750fbe0ec368933513de7e22e7761a.tar.gz
zsh-2273fe478a750fbe0ec368933513de7e22e7761a.tar.xz
zsh-2273fe478a750fbe0ec368933513de7e22e7761a.zip
41965: complete new functions -W and zmodload -s options
Diffstat (limited to 'Completion/Zsh/Command/_zmodload')
-rw-r--r--Completion/Zsh/Command/_zmodload1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_zmodload b/Completion/Zsh/Command/_zmodload
index 57fb990e9..31163eb72 100644
--- a/Completion/Zsh/Command/_zmodload
+++ b/Completion/Zsh/Command/_zmodload
@@ -17,6 +17,7 @@ _arguments -n -C -S -s \
   '(-u -b -c -d -p -f -A -R -I)-F[handle features]' \
   '(-u -b -c -d -p -f -A -R -I)-m[treat feature arguments as patterns]' \
   '(-d -e)-i[suppress error if command would do nothing]' \
+  '(-d -e -L)-s[suppress error if module is not available]' \
   '(-b -c -d -p -f -F -P -m)-I[define infix condition names]' \
   '(-u -b -c -d -p -f -A -R)-l[list features]' \
   '(-e -u)-L[output in the form of calls to zmodload]' \