diff options
author | Peter Stephenson <pws@zsh.org> | 2015-08-24 10:49:18 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-08-24 10:49:18 +0100 |
commit | 3698baaadadfc0f65d818f9d383b67a151e42106 (patch) | |
tree | 322a49c4bc01369a8fa2d39c8624146ec9a0b50f /Etc | |
parent | 2bc4680e3b3973451b9449f970de35afdb105c37 (diff) | |
download | zsh-3698baaadadfc0f65d818f9d383b67a151e42106.tar.gz zsh-3698baaadadfc0f65d818f9d383b67a151e42106.tar.xz zsh-3698baaadadfc0f65d818f9d383b67a151e42106.zip |
unposted: replace version 5.0.9 with 5.1 in FAQ
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/FAQ.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 9b7e558a6..3188c95c6 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -1730,7 +1730,7 @@ sect(What's wrong with cut and paste on my xterm?) read; all input is read as continuation lines (this may require the fixes referred to above in order to be reliable). - As of 5.0.9, this trick is not necessary on terminal emulators that + As of 5.1, this trick is not necessary on terminal emulators that support the em(bracketed paste) feature (this includes most modern terminal emulators). See the description of tt($zle_bracketed_paste) in the tt(zshparam) manual page for details. |