about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorEric Cook <illua@users.sourceforge.net>2017-06-13 21:47:48 -0400
committerEric Cook <illua@users.sourceforge.net>2017-06-13 21:47:48 -0400
commit6ecc34a55e550a893d3962aff1249fa1cdfc3d51 (patch)
treee9d2f5bd1b644bc4fbd97f4e27dd3d51115301c1 /Functions
parent4d007e269d1892e45e44ff92b6b9a1a205ff64d5 (diff)
downloadzsh-6ecc34a55e550a893d3962aff1249fa1cdfc3d51.tar.gz
zsh-6ecc34a55e550a893d3962aff1249fa1cdfc3d51.tar.xz
zsh-6ecc34a55e550a893d3962aff1249fa1cdfc3d51.zip
unposted: fix typo in url-quote-magic
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zle/url-quote-magic2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/url-quote-magic b/Functions/Zle/url-quote-magic
index 7ee281ea4..cb7bf727a 100644
--- a/Functions/Zle/url-quote-magic
+++ b/Functions/Zle/url-quote-magic
@@ -10,7 +10,7 @@
 
 # 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
+#       autoload -Uz bracketed-paste-magic
 #       zle -N bracketed-paste bracketed-paste-magic
 # See also backward-extend-paste in bracketed-paste-magic source file.