1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-25 01:16:05 +02:00
zsh/Etc/BUGS
Daniel Shahaf 7a34c1ad17 39356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset -q' item from workers/39306.
The first removed hunk is fixed by ZLE_RPROMPT_INDENT.

The next two removed hunks work (on my system, anyway) with current master.
2016-09-17 06:37:46 +00:00

18 lines
918 B
Plaintext

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