mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
Axel Beckert: 29506: use form SINGLE_LINE_ZLE in manual
This commit is contained in:
parent
e1680e6840
commit
d8177def3f
1 changed files with 2 additions and 2 deletions
|
@ -1226,7 +1226,7 @@ vindex(RPS1)
|
|||
item(tt(RPS1) <S>)(
|
||||
This prompt is displayed on the right-hand side of the screen
|
||||
when the primary prompt is being displayed on the left.
|
||||
This does not work if the tt(SINGLELINEZLE) option is set.
|
||||
This does not work if the tt(SINGLE_LINE_ZLE) option is set.
|
||||
It is expanded in the same way as tt(PS1).
|
||||
)
|
||||
vindex(RPROMPT2)
|
||||
|
@ -1235,7 +1235,7 @@ vindex(RPS2)
|
|||
item(tt(RPS2) <S>)(
|
||||
This prompt is displayed on the right-hand side of the screen
|
||||
when the secondary prompt is being displayed on the left.
|
||||
This does not work if the tt(SINGLELINEZLE) option is set.
|
||||
This does not work if the tt(SINGLE_LINE_ZLE) option is set.
|
||||
It is expanded in the same way as tt(PS2).
|
||||
)
|
||||
vindex(SAVEHIST)
|
||||
|
|
Loading…
Reference in a new issue