From b58339667420ef41df027ce400979d602082072e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 14 Nov 2003 11:56:52 +0000 Subject: 19244: various completion function fixes and updates --- Completion/Zsh/Command/_alias | 2 +- Completion/Zsh/Command/_precommand | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Zsh') 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 \ diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand index e48094721..075f086a9 100644 --- a/Completion/Zsh/Command/_precommand +++ b/Completion/Zsh/Command/_precommand @@ -1,4 +1,4 @@ -#compdef - nohup eval time rusage noglob nocorrect exec +#compdef - nohup env eval time rusage noglob nocorrect exec shift words (( CURRENT-- )) -- cgit 1.4.1