From 6ecc34a55e550a893d3962aff1249fa1cdfc3d51 Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Tue, 13 Jun 2017 21:47:48 -0400 Subject: unposted: fix typo in url-quote-magic --- Functions/Zle/url-quote-magic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zle') 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. -- cgit 1.4.1