From 4a0ddedf0af0bbd22530132df830b588b2b63220 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Feb 2010 11:49:28 +0000 Subject: unposted: a couple of typeset -g's and a comment --- Completion/compinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/compinit b/Completion/compinit index 1e4b7acef..d85ff072e 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -440,7 +440,7 @@ Ignore insecure $_i_q and continue [y] or abort compinit [n]? "; then (( $#_i_wdirs )) && _i_files=( "${(@)_i_files:#(${(j:|:)_i_wdirs%.zwc})/*}" ) fi fi - _comp_secure=yes + typeset -g _comp_secure=yes fi fi -- cgit 1.4.1