about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-08-16 22:52:21 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-08-16 22:52:21 -0700
commit2f2808098b9326922f17297041b97241c15aa595 (patch)
tree8582c617b08dda04755fefd3de53f92703e2547e
parent3b3ce2bb3ec6775fa1be1bd1bc52d84e2fb1603a (diff)
downloadzsh-2f2808098b9326922f17297041b97241c15aa595.tar.gz
zsh-2f2808098b9326922f17297041b97241c15aa595.tar.xz
zsh-2f2808098b9326922f17297041b97241c15aa595.zip
unposted: mention bracketed-paste-magic in url-quote-magic comments
-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