From 1e7c14ee356892a5f3576322b44f2724c9b73f5f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 1 Apr 2009 10:57:10 +0000 Subject: 26801: add completion for calendar function add tracking of precommand modifiers that are in effect --- Completion/Zsh/Command/_precommand | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Completion/Zsh/Command/_precommand') diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand index f45688fc7..12f45ca31 100644 --- a/Completion/Zsh/Command/_precommand +++ b/Completion/Zsh/Command/_precommand @@ -1,5 +1,8 @@ #compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss +# precommands is made local in _main_complete +precommands+=($words[1]) + shift words (( CURRENT-- )) -- cgit 1.4.1