From e14a02f4408039ce7aa46ea085a7cf9156e648d0 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 19 Oct 2000 08:58:17 +0000 Subject: simplify setting standard completion system options using $_comp_options (13036) --- Completion/Core/_main_complete | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Core/_main_complete') diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete index 893930f7d..5c7484df4 100644 --- a/Completion/Core/_main_complete +++ b/Completion/Core/_main_complete @@ -16,8 +16,8 @@ # which makes the output of setopt and unsetopt reflect a different # state than the global one for which you are completing. -setopt localoptions nullglob rcexpandparam extendedglob unset -unsetopt markdirs globsubst shwordsplit shglob ksharrays cshnullglob +setopt localoptions $_comp_options + exec