mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
unposted: mention bracketed-paste-magic in url-quote-magic comments
This commit is contained in:
parent
3b3ce2bb3e
commit
2f2808098b
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-08-17 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Functions/Zle/url-quote-magic: mention
|
||||
bracketed-paste-magic in comment
|
||||
|
||||
2015-08-17 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 36177: Completion/Zsh/Command/_setopt: complete printexitvalue
|
||||
|
@ -5,7 +10,7 @@
|
|||
|
||||
* 36183: Completion/Unix/Command/_ssh: update to 7.0
|
||||
|
||||
2015-08-16 Barton E. Schaefer <schaefer@brasslantern.com>
|
||||
2015-08-16 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 36195, 36196: Functions/Zle/bracketed-paste-magic: wrapper of
|
||||
bracketed-paste for compatibilty with url-quote-magic and other
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
# 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
|
||||
# quoting to copy-pasted URLs:
|
||||
# autload -Uz bracketed-paste-magic
|
||||
# zle -N bracketed-paste bracketed-paste-magic
|
||||
# See also backward-extend-paste in bracketed-paste-magic source file.
|
||||
|
||||
# A number of zstyles may be set to control the quoting behavior.
|
||||
#
|
||||
# url-metas
|
||||
|
|
Loading…
Reference in a new issue