diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-02-05 08:28:13 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-02-09 15:24:04 +0000 |
commit | ecd88284f358cbcd787757184bbf8704779cab1a (patch) | |
tree | 98fc9e76a873dc91e18a8295070373d9727ac551 /Etc/BUGS | |
parent | e3bc63f00e1a11df6a8a214a5d4a2e3feb59f28a (diff) | |
download | zsh-ecd88284f358cbcd787757184bbf8704779cab1a.tar.gz zsh-ecd88284f358cbcd787757184bbf8704779cab1a.tar.xz zsh-ecd88284f358cbcd787757184bbf8704779cab1a.zip |
40492: vcs_info: Escape '%' signs in payloads.
Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
Diffstat (limited to 'Etc/BUGS')
-rw-r--r-- | Etc/BUGS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Etc/BUGS b/Etc/BUGS index a351464ac..008e337ca 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -15,13 +15,6 @@ 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. ------------------------------------------------------------------------- users/20807: vcs_info quilt 'addon' mode: hook lookup context specifies the underlying VCS but not whether quilt is used. |