zsh-users
 help / color / mirror / code / Atom feed
96958f992553d40b656d8e72f2ae891225815ab0 blob 1270 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
-----------------
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.
------------------------------------------------------------------------
40106: The comp* completion-related builtins (compadd, compset, etc) are
run with $_comp_options in effect, rather than the user's options.
------------------------------------------------------------------------
40240: vcs_info: percent escapes in payloads are interpreted

Example: hg branch names and quilt patch subjects that contain the literal
string '%F{blue}', cause $vcs_info_msg_N_ to be rendered in blue.

40240 has a patch, but 40241 explains why that patch is incomplete.
------------------------------------------------------------------------
debug log:

solving 96958f9 ...
found 96958f9 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).