mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
make expn change clearer, suggested by Wayne
This commit is contained in:
parent
6fa6a1f865
commit
7af7f23508
2 changed files with 5 additions and 2 deletions
|
@ -12,6 +12,9 @@
|
||||||
|
|
||||||
2004-04-05 Peter Stephenson <pws@csr.com>
|
2004-04-05 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* unposted, suggested by Wayne: Doc/Zsh/expn.yo:
|
||||||
|
make 19728 clearer.
|
||||||
|
|
||||||
* 19728: Doc/Zsh/expn.yo: explain that (^F) (from 19717)
|
* 19728: Doc/Zsh/expn.yo: explain that (^F) (from 19717)
|
||||||
doesn't mean `non-empty directories', you need (/^F) for that.
|
doesn't mean `non-empty directories', you need (/^F) for that.
|
||||||
|
|
||||||
|
|
|
@ -1632,8 +1632,8 @@ directories
|
||||||
)
|
)
|
||||||
item(tt(F))(
|
item(tt(F))(
|
||||||
`full' (i.e. non-empty) directories. Note that the
|
`full' (i.e. non-empty) directories. Note that the
|
||||||
opposite sense tt(LPAR()^F)tt(RPAR()) gives files which are
|
opposite sense tt(LPAR()^F)tt(RPAR()) expands to empty directories
|
||||||
either empty, or not directories. Use tt(LPAR()/^F)tt(RPAR()) for
|
and all non-directories. Use tt(LPAR()/^F)tt(RPAR()) for
|
||||||
empty directories
|
empty directories
|
||||||
)
|
)
|
||||||
item(tt(.))(
|
item(tt(.))(
|
||||||
|
|
Loading…
Reference in a new issue