about summary refs log tree commit diff
path: root/Completion/Base/Completer/_expand_alias
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Base/Completer/_expand_alias')
-rw-r--r--Completion/Base/Completer/_expand_alias2
1 files changed, 1 insertions, 1 deletions
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