diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-12 03:32:51 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-04-12 03:32:51 +0000 |
commit | 07b3a775b16fb00ae1434ee0ac465990440e4bd3 (patch) | |
tree | db8986c0460956dd87cff64a22e6a82f36579be9 /Completion/Commands | |
parent | c39481cb6d172d4e77bdc1e963d13cbdbea64954 (diff) | |
download | zsh-07b3a775b16fb00ae1434ee0ac465990440e4bd3.tar.gz zsh-07b3a775b16fb00ae1434ee0ac465990440e4bd3.tar.xz zsh-07b3a775b16fb00ae1434ee0ac465990440e4bd3.zip |
10681: Setopts in _complete_help the same as _main_complete.
Diffstat (limited to 'Completion/Commands')
-rw-r--r-- | Completion/Commands/_complete_help | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help index 13a230e6e..61d095047 100644 --- a/Completion/Commands/_complete_help +++ b/Completion/Commands/_complete_help @@ -1,6 +1,9 @@ #compdef -k complete-word \C-xh _complete_help() { + setopt localoptions nullglob rcexpandparam extendedglob + unsetopt markdirs globsubst shwordsplit nounset ksharrays + local _sort_tags=_help_sort_tags text i j k typeset -A help_funcs help_tags help_sfuncs help_styles |