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/Commands/_complete_help | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Commands/_complete_help') diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help index 0630ebe1f..2d2ba52d9 100644 --- a/Completion/Commands/_complete_help +++ b/Completion/Commands/_complete_help @@ -1,8 +1,8 @@ #compdef -k complete-word \C-xh _complete_help() { - setopt localoptions nullglob rcexpandparam extendedglob unset - unsetopt markdirs globsubst shwordsplit shglob ksharrays cshnullglob + setopt localoptions $_comp_options + exec