diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-19 08:58:17 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-19 08:58:17 +0000 |
commit | e14a02f4408039ce7aa46ea085a7cf9156e648d0 (patch) | |
tree | c542746463209137959b70c977e7d86268129de4 /Completion/Commands/_complete_debug | |
parent | 16d7e31ae81bdd87dd90ce91d9072006e43f6596 (diff) | |
download | zsh-e14a02f4408039ce7aa46ea085a7cf9156e648d0.tar.gz zsh-e14a02f4408039ce7aa46ea085a7cf9156e648d0.tar.xz zsh-e14a02f4408039ce7aa46ea085a7cf9156e648d0.zip |
simplify setting standard completion system options using $_comp_options (13036)
Diffstat (limited to 'Completion/Commands/_complete_debug')
-rw-r--r-- | Completion/Commands/_complete_debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Commands/_complete_debug b/Completion/Commands/_complete_debug index bddc90313..d013f00d9 100644 --- a/Completion/Commands/_complete_debug +++ b/Completion/Commands/_complete_debug @@ -1,7 +1,6 @@ #compdef -k complete-word \C-x? -setopt localoptions nullglob rcexpandparam extendedglob unset -unsetopt markdirs globsubst shwordsplit shglob ksharrays cshnullglob +setopt localoptions $_comp_options setopt localtraps noerrexit ; trap - ZERR |