From 0d4122def0c5bbd2de0e42a9e7b35ce20ffb1769 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 23 Aug 2008 16:48:40 +0200 Subject: envstore completion: Fixed a comment --- provides/zsh/completions/_envstore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provides/zsh/completions/_envstore b/provides/zsh/completions/_envstore index 700fc7a..f75a223 100644 --- a/provides/zsh/completions/_envstore +++ b/provides/zsh/completions/_envstore @@ -15,9 +15,9 @@ arguments_action_nofile=( '1:action:(save)' ) -# envstare can't handle arrays, so only complete scalars and integers. +# envstore can't handle arrays, so only complete scalars and integers. # Also, don't complete parameters marked 'special', since they're usually -# relative to the current shell +# specific to the current shell arguments_save=( '2:parameter:_parameters -g "(scalar|integer)*export"' ) -- cgit v1.2.3