diff options
Diffstat (limited to 'Functions/Zle/url-quote-magic')
-rw-r--r-- | Functions/Zle/url-quote-magic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/url-quote-magic b/Functions/Zle/url-quote-magic index 362d15c44..0e49573db 100644 --- a/Functions/Zle/url-quote-magic +++ b/Functions/Zle/url-quote-magic @@ -8,7 +8,7 @@ # 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 +# 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 # zle -N bracketed-paste bracketed-paste-magic |