Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Magic URL quoting and bracketed paste gets "disabled" randomly
- X-seq: zsh-users 27870
- From: Vincent Bernat <bernat@xxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Magic URL quoting and bracketed paste gets "disabled" randomly
- Date: Thu, 7 Jul 2022 08:13:39 +0200
- Archived-at: <https://zsh.org/users/27870>
- Feedback-id: i34d144f1:Fastmail
- List-id: <zsh-users.zsh.org>
Hey!
I have this in my Zsh configuration:
autoload -Uz url-quote-magic
zle -N self-insert url-quote-magic
autoload -Uz bracketed-paste-magic
zle -N bracketed-paste bracketed-paste-magic
It works fine, but after some time, it stops working. Pasting an URL
with a question mark left the mark unquoted. Just reexecing zsh fixes
the issue. I don't really know how to start investigate such an issue.
Bracketed paste never stops working.
Thanks!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author