diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2013-03-10 12:33:04 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2013-03-10 12:33:04 +0000 |
commit | 8a9b141652a0e4157056dc21e36a64ac712a7ee7 (patch) | |
tree | 60c56eec8ad6ab8ac1c1e995bbba6d11181c6f69 /ChangeLog | |
parent | 26694406f22f0fe37d0b751066200bf0cfdec165 (diff) | |
download | zsh-8a9b141652a0e4157056dc21e36a64ac712a7ee7.tar.gz zsh-8a9b141652a0e4157056dc21e36a64ac712a7ee7.tar.xz zsh-8a9b141652a0e4157056dc21e36a64ac712a7ee7.zip |
30496: Parse argument to %F and %K as prompt sequences
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0cdc86d19..46ba8dc71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-03-10 Mikael Magnusson <mikachu@gmail.com> + + * 30496: Src/prompt.c: Parse argument to %F and %K as prompt + sequences. This allows constructs like %F{%3v} to use $psvar[3] + for the color. + 2013-03-05 Peter Stephenson <p.w.stephenson@ntlworld.com> * users/17666: Doc/Zsh/contrib.yo, Functions/Misc/zcalc: -f @@ -561,5 +567,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5812 $ +* $Revision: 1.5813 $ ***************************************************** |