Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with "?" symbol
- X-seq: zsh-users 15229
- From: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Problem with "?" symbol
- Date: Tue, 3 Aug 2010 16:35:50 +0400
- In-reply-to: <AANLkTimLO4gf=Gh9y9Z20OnFQ7sLoJQX-yeA9+peq_vx@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <AANLkTimLO4gf=Gh9y9Z20OnFQ7sLoJQX-yeA9+peq_vx@xxxxxxxxxxxxxx>
On Tue, Aug 03, 2010 at 03:26:30PM +0300, Volodya Khomchak wrote:
> This command fails on "?" symbol, do you have any idea why this occurs ?
Because '?' is a special char, used in patterns. Try adding to
your ~/.zshrc:
autoload -Uz url-quote-magic
zle -N self-insert url-quote-magic
--
Regards, --
Sir Raorn. --- http://thousandsofhate.blogspot.com/
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author