mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
Add 'glob' to $_comp_options.
This commit is contained in:
parent
006e966e43
commit
275f3c95d4
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -124,6 +124,7 @@ fi
|
|||
# The standard options set in completion functions.
|
||||
|
||||
_comp_options=(
|
||||
glob
|
||||
bareglobqual
|
||||
nullglob
|
||||
rcexpandparam
|
||||
|
|
Loading…
Reference in a new issue