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/_bash_completions | |
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/_bash_completions')
-rw-r--r-- | Completion/Commands/_bash_completions | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Commands/_bash_completions b/Completion/Commands/_bash_completions index 1c66bacf7..f16b5e0a4 100644 --- a/Completion/Commands/_bash_completions +++ b/Completion/Commands/_bash_completions @@ -25,8 +25,7 @@ # that will not have been overridden, so you should add '~' to the # list of keys at the top of the for-loop. -setopt localoptions nullglob rcexpandparam extendedglob unset -unsetopt markdirs globsubst shwordsplit shglob ksharrays cshnullglob +setopt localoptions $_comp_options local key=$KEYS[-1] expl |