diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-18 23:45:20 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-18 23:45:20 -0800 |
commit | 9cacf4411f790f942f92f2c5afb42ffef4339dc7 (patch) | |
tree | be8381e8a7e47447a080d6cf0886c448deba66f6 /Doc | |
parent | 5f36aece2a3c9483d6e2835917953bcb9b70b431 (diff) | |
download | zsh-9cacf4411f790f942f92f2c5afb42ffef4339dc7.tar.gz zsh-9cacf4411f790f942f92f2c5afb42ffef4339dc7.tar.xz zsh-9cacf4411f790f942f92f2c5afb42ffef4339dc7.zip |
32157: fix extra line feed after prompt, and erased character in completion listing, when ZLE_RPROMPT_INDENT=0
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 37c79b210..935fd5d86 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1548,7 +1548,7 @@ ifzman(zmanref(zshcompsys))\ ifnzman(noderef(Completion System)). ) vindex(ZLE_RPROMPT_INDENT) -item(tt(ZLE_RPROMPT_INDENT))( +item(tt(ZLE_RPROMPT_INDENT <S>))( If set, used to give the indentation between the right hand side of the right prompt in the line editor as given by tt(RPS1) or tt(RPROMPT) and the right hand side of the screen. If not set, the value 1 is used. |