about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Functions/Zle/url-quote-magic6
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8b2c6f2b..11794708b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-17  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* unposted: Functions/Zle/url-quote-magic: mention
+	bracketed-paste-magic in comment
+
 2015-08-17  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 36177: Completion/Zsh/Command/_setopt: complete printexitvalue
@@ -5,7 +10,7 @@
 
 	* 36183: Completion/Unix/Command/_ssh: update to 7.0
 
-2015-08-16  Barton E. Schaefer  <schaefer@brasslantern.com>
+2015-08-16  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 36195, 36196: Functions/Zle/bracketed-paste-magic: wrapper of
 	bracketed-paste for compatibilty with url-quote-magic and other
diff --git a/Functions/Zle/url-quote-magic b/Functions/Zle/url-quote-magic
index fbcc7c19c..362d15c44 100644
--- a/Functions/Zle/url-quote-magic
+++ b/Functions/Zle/url-quote-magic
@@ -8,6 +8,12 @@
 #       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
+# quoting to copy-pasted URLs:
+#       autload -Uz bracketed-paste-magic
+#       zle -N bracketed-paste bracketed-paste-magic
+# See also backward-extend-paste in bracketed-paste-magic source file.
+
 # A number of zstyles may be set to control the quoting behavior.
 #
 # url-metas