about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2015-08-30 22:47:00 +0200
committerAxel Beckert <abe@deuxchevaux.org>2015-08-30 22:47:00 +0200
commita9df6aaa702abf761b155cd842a7f6917be44139 (patch)
treef8549bbdd27f97079b5590439549334681ff2214
parent11189c6df725d682a5b0759f83d0bd5afc0e330a (diff)
downloadzsh-a9df6aaa702abf761b155cd842a7f6917be44139.tar.gz
zsh-a9df6aaa702abf761b155cd842a7f6917be44139.tar.xz
zsh-a9df6aaa702abf761b155cd842a7f6917be44139.zip
36338: Replace "5.0.9" with "5.1" in source comments
-rw-r--r--ChangeLog4
-rw-r--r--Functions/Zle/bracketed-paste-magic2
-rw-r--r--Functions/Zle/url-quote-magic2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 79ba92457..f353aff91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Functions/Zle/bracketed-paste-magic b/Functions/Zle/bracketed-paste-magic
index daf5aec5a..49f4b6620 100644
--- a/Functions/Zle/bracketed-paste-magic
+++ b/Functions/Zle/bracketed-paste-magic
@@ -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
diff --git a/Functions/Zle/url-quote-magic b/Functions/Zle/url-quote-magic
index 362d15c44..0e49573db 100644
--- a/Functions/Zle/url-quote-magic
+++ b/Functions/Zle/url-quote-magic
@@ -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