diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-01-02 15:38:30 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-01-05 15:58:16 +0000 |
commit | 24337b3c60d9404b3c672831f79cd437d0c06c25 (patch) | |
tree | 1e8b4f174e9ded5c07cd6b6b29e333533460f824 | |
parent | c2b7c5abbe615bfbd20a910d4093ac3ccdf5525f (diff) | |
download | zsh-24337b3c60d9404b3c672831f79cd437d0c06c25.tar.gz zsh-24337b3c60d9404b3c672831f79cd437d0c06c25.tar.xz zsh-24337b3c60d9404b3c672831f79cd437d0c06c25.zip |
users/22320: Etc/BUGS: Add 40240, label 40106.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/BUGS | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 49b7da6b4..5a60c113b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/Etc/BUGS b/Etc/BUGS index 9991ad9da..96958f992 100644 --- a/Etc/BUGS +++ b/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. ------------------------------------------------------------------------ |