mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
based on 31144 etc.: all entries of psvar can now be shown in prompts
This commit is contained in:
parent
fb3ad98f71
commit
a4b590a2ee
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-03-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted, c.f. thread from 31144: Doc/Zsh/params.yo: all psvar
|
||||
entries can be shown in prompts nowadays.
|
||||
|
||||
2013-03-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 31141: Src/exec.c, Test/A04redirect.ztst: NO_CLOBBER for {fd}
|
||||
|
@ -583,5 +588,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5817 $
|
||||
* $Revision: 1.5818 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1215,7 +1215,7 @@ In sh or ksh emulation, the default is `tt(PLUS() )'.
|
|||
vindex(psvar)
|
||||
vindex(PSVAR)
|
||||
item(tt(psvar) <S> <Z> (tt(PSVAR) <S>))(
|
||||
An array (colon-separated list) whose first nine values can be used in
|
||||
An array (colon-separated list) whose elements can be used in
|
||||
tt(PROMPT) strings. Setting tt(psvar) also sets tt(PSVAR), and
|
||||
vice versa.
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue