diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-09-08 22:44:56 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-09-08 22:44:56 +0200 |
commit | 22cf83b3c5920784188d7dcdfe1ff319cf4603f1 (patch) | |
tree | 30c4fcd9ab3549c43904ed095e98f03bd4d91244 /Functions/Zle/url-quote-magic | |
parent | 6c27cb3d5292f8ea6c93503afe54fcc1bce4c1cc (diff) | |
parent | eaea1dc23c4a4e7b65046edd7f3d53a81e39e27b (diff) | |
download | zsh-22cf83b3c5920784188d7dcdfe1ff319cf4603f1.tar.gz zsh-22cf83b3c5920784188d7dcdfe1ff319cf4603f1.zip |
Merge tag 'zsh-5.1-test-1' into debian
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 |