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/_history_complete_word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base/Widget/_history_complete_word') diff --git a/Completion/Base/Widget/_history_complete_word b/Completion/Base/Widget/_history_complete_word index 1142f2f91..fe2a846db 100644 --- a/Completion/Base/Widget/_history_complete_word +++ b/Completion/Base/Widget/_history_complete_word @@ -15,7 +15,7 @@ # range -- range of history words to complete _history_complete_word () { - setopt localoptions ${_comp_options[@]} + eval "$_comp_setup" local expl direction stop curcontext="$curcontext" -- cgit 1.4.1