about summary refs log tree commit diff
path: root/Etc/BUGS
blob: 9991ad9dad6e8869b7921855c7994e92e49d4c94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-----------------
KNOWN BUGS IN ZSH
-----------------

------------------------------------------------------------------------
The pattern %?* matches names beginning with %? instead of names with at
least two characters beginning with %. This is a hack to allow %?foo job
substitution without quoting. This behaviour is incompatible with sh
and ksh and may be removed in the future. A good fix would be to keep
such patterns unchanged if they do not match regardless of the state of
the nonomatch and nullglob options.
------------------------------------------------------------------------
It is currently impossible to time builtins.
------------------------------------------------------------------------
The comp* completion-related builtins (compadd, compset, etc) are run with
$_comp_options in effect, rather than the user's options.
------------------------------------------------------------------------