1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

36338: Replace "5.0.9" with "5.1" in source comments

This commit is contained in:
Axel Beckert 2015-08-30 22:47:00 +02:00
parent 11189c6df7
commit a9df6aaa70
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2015-08-30 Axel Beckert <abe@deuxchevaux.org>
* 36338: Functions/Zle/*-magic: s/5.0.9/5.1/ in source comments
2015-08-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Config/version.mk: Release version 5.1

View File

@ -1,4 +1,4 @@
# Starting with zsh-5.0.9, ZLE began to recognize the "bracketed paste"
# Starting with zsh-5.1, ZLE began to recognize the "bracketed paste"
# capability of terminal emulators, that is, the sequences $'\e[200~' to
# start a paste and $'\e[201~' to indicate the end of the pasted text.
# Pastes are handled by the bracketed-paste widget and insert literally

View File

@ -8,7 +8,7 @@
# autoload -Uz url-quote-magic
# zle -N self-insert url-quote-magic
# As of zsh-5.0.9, the following may also be necessary in order to apply
# As of zsh-5.1, the following may also be necessary in order to apply
# quoting to copy-pasted URLs:
# autload -Uz bracketed-paste-magic
# zle -N bracketed-paste bracketed-paste-magic