Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with "?" symbol
- X-seq: zsh-users 15240
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Problem with "?" symbol
- Date: Tue, 03 Aug 2010 08:17:34 -0700
- In-reply-to: <4C58144B.6060103@xxxxxxxxx>
- 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> <20100803123550.GA2218@xxxxxxxxxxxx> <4C58144B.6060103@xxxxxxxxx>
} > autoload -Uz url-quote-magic
} > zle -N self-insert url-quote-magic
}
} Is there any documentation about it? Searching for "url-quote" in 'man
} zshall' didn't bring up anything.
It's never been added to the zshcontrib yodl source. There's a lot of doc
in the function source itself, though:
more ${^fpath}/url-quote-magic(N)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author