diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-24 16:00:48 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-24 16:00:48 +0000 |
commit | 2f50e20d84e676720674f8a35e1f8df205a42fc3 (patch) | |
tree | 02141446bf67f51ca57fa04425de6a7bd32bd15e /Doc/Zsh | |
parent | 337530b4d6ef96bcd0fb50438256e288cf9b729c (diff) | |
download | zsh-2f50e20d84e676720674f8a35e1f8df205a42fc3.tar.gz zsh-2f50e20d84e676720674f8a35e1f8df205a42fc3.tar.xz zsh-2f50e20d84e676720674f8a35e1f8df205a42fc3.zip |
25931: Test for prompt code reentrancy
users/13400: clarify some ksh-like editing issues
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index e3bc27127..5bc01084d 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1515,6 +1515,12 @@ pindex(SINGLE_LINE_ZLE) cindex(editor, single line mode) item(tt(SINGLE_LINE_ZLE) (tt(-M)) <K>)( Use single-line command line editing instead of multi-line. + +Note that although this is on by default in ksh emulation it only +provides superficial compatibility with the ksh line editor and +reduces the effectiveness of the zsh line editor. As it has no +effect on shell syntax, many users may wish to disable this option +when using ksh emulation interactively. ) pindex(VI) item(tt(VI))( |