Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: fix manpage formatting
- X-seq: zsh-workers 29206
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: PATCH: fix manpage formatting
- Date: Tue, 10 May 2011 00:01:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=rVV6cn57318nPZ6lZMBbLleI3qJfycjz0l0Jd5YXhKA=; b=DmhlhQxo83IWoNve419WUiu2H3jF9y2NJYKOpUdU40XD3dlt7DJBHknMQPyvPZmubh mONGhXTrEZpalWMDGgz/C4p2iNWF1hp1pJp1v747UQdPRSK/Nwe4w+FDpcR6R/eYSvru DFTRUhTZK46o2Bj0izPcQHL4LXzJLO0c80hVo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Yejr8peahxTLyQay/0g/1ct30hV8BQ8cB5jJgIChJ4mZYEsanAUBZV+qSIXvPTzmK8 syx9CD6FPAkeMlsNyueaSD28Z8vVHn5087jGCrLVs+f9xcwA5LsvnbUWejIAo2vIQ/Oz FPAksYwrF4CN8B6+QfKlQOwt8v8fuYnPTvDWs=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Can I commit stuff like this as 'unposted'?
--- a/Doc/Zsh/mod_complist.yo
+++ b/Doc/Zsh/mod_complist.yo
@@ -383,8 +383,8 @@
and tt(undo) and tt(backward-delete-char) go back to the previous set
of matches
)
-item(tt(history-incremental-search-forward),
-tt(history-incremental-search-backward))(
+xitem(tt(history-incremental-search-forward))
+item(tt(history-incremental-search-backward))(
this starts incremental searches in the list of completions displayed;
in this mode, tt(accept-line) only leaves incremental search, going
back to the normal menu selection mode
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author