summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Command/_alias
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-11-14 11:56:52 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-11-14 11:56:52 +0000
commitb58339667420ef41df027ce400979d602082072e (patch)
treefb332866dca1f0a6095f6ba3292b49837a035420 /Completion/Zsh/Command/_alias
parentunposted: fix typo in _w3m (diff)
downloadzsh-b58339667420ef41df027ce400979d602082072e.tar
zsh-b58339667420ef41df027ce400979d602082072e.tar.gz
zsh-b58339667420ef41df027ce400979d602082072e.tar.bz2
zsh-b58339667420ef41df027ce400979d602082072e.tar.lz
zsh-b58339667420ef41df027ce400979d602082072e.tar.xz
zsh-b58339667420ef41df027ce400979d602082072e.tar.zst
zsh-b58339667420ef41df027ce400979d602082072e.zip
19244: various completion function fixes and updates
Diffstat (limited to 'Completion/Zsh/Command/_alias')
-rw-r--r--Completion/Zsh/Command/_alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_alias b/Completion/Zsh/Command/_alias
index 8b28f470a..c7b67c40a 100644
--- a/Completion/Zsh/Command/_alias
+++ b/Completion/Zsh/Command/_alias
@@ -1,6 +1,6 @@
#compdef alias
-local curcontext="$curcontext" state line type suf
+local curcontext="$curcontext" state line expl type suf
typeset -A opt_args
_arguments -C -s -A "-*" -S \