diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-08-30 22:47:00 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-08-30 22:47:00 +0200 |
commit | a9df6aaa702abf761b155cd842a7f6917be44139 (patch) | |
tree | f8549bbdd27f97079b5590439549334681ff2214 /Functions/Zle/url-quote-magic | |
parent | 11189c6df725d682a5b0759f83d0bd5afc0e330a (diff) | |
download | zsh-a9df6aaa702abf761b155cd842a7f6917be44139.tar.gz zsh-a9df6aaa702abf761b155cd842a7f6917be44139.tar.xz zsh-a9df6aaa702abf761b155cd842a7f6917be44139.zip |
36338: Replace "5.0.9" with "5.1" in source comments
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 |