mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-28 16:15:02 +01:00
users/22320: Etc/BUGS: Add 40240, label 40106.
This commit is contained in:
parent
c2b7c5abbe
commit
24337b3c60
2 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-01-05 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* users/22320: Etc/BUGS: Add 40240, label 40106.
|
||||
|
||||
2017-01-05 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 40269: Src/Zle/computil.c, Test/Y03arguments.ztst:
|
||||
|
|
11
Etc/BUGS
11
Etc/BUGS
|
@ -12,6 +12,13 @@ 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.
|
||||
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.
|
||||
------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue