diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-16 19:53:47 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-07-16 19:53:47 +0000 |
commit | c7888386d435be933f7ebfdbe4025ba1802e7469 (patch) | |
tree | 40d3f37f08c39ba1561032b7983fd3897ea21aaf /Doc/Zsh | |
parent | 4454ccf47eccd2dabef808bef6bb712ee2804a99 (diff) | |
download | zsh-c7888386d435be933f7ebfdbe4025ba1802e7469.tar.gz zsh-c7888386d435be933f7ebfdbe4025ba1802e7469.tar.xz zsh-c7888386d435be933f7ebfdbe4025ba1802e7469.zip |
Fixed the heading for the new PROMPT_SP option.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 4465eb77e..0f2d80cba 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -908,7 +908,7 @@ is only possible if the editor knows where the start of the line appears. ) pindex(PROMPT_SP) cindex(prompt, save partial lines) -item(tt(PROMPT_SP) (tt(PLUS()V)) <D>)( +item(tt(PROMPT_SP) <D>)( Attempt to preserve a partial line (i.e. a line that did not end with a newline) that would otherwise be covered up by the command prompt due to the PROMPT_CR option. This works by outputting some cursor-control |