1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-30 07:10:58 +02:00

Add 'glob' to $_comp_options.

This commit is contained in:
Bart Schaefer 2001-02-13 03:16:54 +00:00
parent 006e966e43
commit 275f3c95d4
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -124,6 +124,7 @@ fi
# The standard options set in completion functions.
_comp_options=(
glob
bareglobqual
nullglob
rcexpandparam