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 | |
parent | 006e966e435e9c0b54e356fcb66a0447c8dd570c (diff) | |
download | zsh-275f3c95d44e69abc858fc8fb4836f699c239574.tar.gz zsh-275f3c95d44e69abc858fc8fb4836f699c239574.tar.xz zsh-275f3c95d44e69abc858fc8fb4836f699c239574.zip |
Add 'glob' to $_comp_options.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Core/compinit | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2046d45c6..6e85487e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-12 Bart Schaefer <schaefer@zsh.org> + + * 13457: Completion/Core/compinit: Add `glob' to $_comp_options. + 2001-02-09 Sven Wischnowsky <wischnow@zsh.org> * 13450: Completion/Core/_multi_parts: two small fixes to 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 |