diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-02-13 03:16:54 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-02-13 03:16:54 +0000 |
commit | 275f3c95d44e69abc858fc8fb4836f699c239574 (patch) | |
tree | e77a836f212540732560873f48b98ceba6ae4466 /Completion | |
parent | 006e966e435e9c0b54e356fcb66a0447c8dd570c (diff) | |
download | zsh-275f3c95d44e69abc858fc8fb4836f699c239574.tar.gz zsh-275f3c95d44e69abc858fc8fb4836f699c239574.tar.xz zsh-275f3c95d44e69abc858fc8fb4836f699c239574.zip |
Add 'glob' to $_comp_options.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Core/compinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Core/compinit b/Completion/Core/compinit index 4203bcbc7..e9e2c93ee 100644 --- a/Completion/Core/compinit +++ b/Completion/Core/compinit @@ -124,6 +124,7 @@ fi # The standard options set in completion functions. _comp_options=( + glob bareglobqual nullglob rcexpandparam |