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/Widget/_next_tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base/Widget/_next_tags') diff --git a/Completion/Base/Widget/_next_tags b/Completion/Base/Widget/_next_tags index 29196a14d..0620a1f99 100644 --- a/Completion/Base/Widget/_next_tags +++ b/Completion/Base/Widget/_next_tags @@ -3,7 +3,7 @@ # Main widget. _next_tags() { - setopt localoptions ${_comp_options[@]} + eval "$_comp_setup" local ins ops="$PREFIX$SUFFIX" -- cgit 1.4.1