summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Functions/Zle/url-quote-magic2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4a938dd7..f5ed5f009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-06-13 Eric Cook <llua@gmx.com>
+ * unposted: Functions/Zle/url-quote-magic: fix typo
+ in the examples
+
* Stephane: 41275: Src/Zle/zle_main.c: Leave stdin open
when executing widgets.
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.