mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: document PROMPT_EOL_MARK can be empty
This commit is contained in:
parent
ac8c1304ec
commit
6c6cb0e23d
2 changed files with 6 additions and 3 deletions
|
@ -8,6 +8,9 @@
|
|||
* 29376: Completion/Unix/Command/_initctl: redefine _initctl so
|
||||
that helper functions are only defined once.
|
||||
|
||||
* unposted: Doc/Zsh/params.yo: Document that PROMPT_EOL_MARK can
|
||||
be empty, forgot in 28480.
|
||||
|
||||
2011-05-26 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Etc/CONTRIBUTORS: expand.
|
||||
|
@ -14837,5 +14840,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5334 $
|
||||
* $Revision: 1.5335 $
|
||||
*****************************************************
|
||||
|
|
|
@ -1158,8 +1158,8 @@ item(tt(PROMPT_EOL_MARK))(
|
|||
When the tt(PROMPT_CR) and tt(PROMPT_SP) options are set, the
|
||||
tt(PROMPT_EOL_MARK) parameter can be used to customize how the end of
|
||||
partial lines are shown. This parameter undergoes prompt expansion, with
|
||||
the tt(PROMPT_PERCENT) option set. If not set or empty, the default
|
||||
behavior is equivalent to the value `tt(%B%S%#%s%b)'.
|
||||
the tt(PROMPT_PERCENT) option set. If not set, the default behavior is
|
||||
equivalent to the value `tt(%B%S%#%s%b)'.
|
||||
)
|
||||
vindex(PS1)
|
||||
item(tt(PS1) <S>)(
|
||||
|
|
Loading…
Reference in a new issue