Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
path-completion doc missing item( messes up formatting
- X-seq: zsh-workers 28301
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: path-completion doc missing item( messes up formatting
- Date: Sat, 25 Sep 2010 21:38:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=xVDGFsnHCTDnCGiIjSp3W0cloUTNmzMN/689eWQlONs=; b=PvrT5UudbiPtze2jee3m/DvAtw5oVTPmFuvVFk3mqoyrNDOgLL7Am91ON98jRsHpez /6EKsVGy6p5ry2GSk2fj+PKitfP6z2zIFuazQ/g31/TquPPIMWVh8Mn7/Y183RdT9PM0 byXazl0bfNBV8fliKM+sWIPllbgviVgTFTWdg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=k5fXMHv9JK1MCFkChxChIBZ6Yrxie3A4/qkxJLo4WbulPGysNI78TnxyzT9demixVa 0b52+rrivrXAPok7UJVxkQjfhzWgNkgF8im8TqzhKKmAZZuiDN+o3fjYtGzXC7Y6kO3A mzSyjlJMCHskqXEglb1q+4u1BX7FrGZnFXw3s=
- 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
Seems to have been introduced by "unposted: add kindex entry for
path-completion style".
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 4b37ef3..d7c3799 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2265,6 +2265,7 @@ the style is not set but this file is found in
one of various standard
locations it will be used as the default.
)
kindex(path-completion, completion style)
+item(tt(path-completion))(
This is used by filename completion. By default, filename completion
examines all components of a path to see if there are completions of
that component. For example, tt(/u/b/z) can be completed to
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author