From 4a7abbfdd6c68616143bae840333adeed5ad0066 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 29 May 2001 11:59:50 +0000 Subject: use `eval $_comp_setup' in all entry points of the completion system to not only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) --- Completion/Base/Completer/_expand_alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base/Completer/_expand_alias') diff --git a/Completion/Base/Completer/_expand_alias b/Completion/Base/Completer/_expand_alias index 3809a834f..e711338a8 100644 --- a/Completion/Base/Completer/_expand_alias +++ b/Completion/Base/Completer/_expand_alias @@ -2,7 +2,7 @@ local word expl tmp pre sel what -setopt localoptions ${_comp_options[@]} +eval "$_comp_setup" if [[ -n $funcstack[2] ]]; then if [[ "$funcstack[2]" = _prefix ]]; then -- cgit 1.4.1