mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
33883: documentation for (*) glob qualifier
This commit is contained in:
parent
0da4b11add
commit
908abba891
3 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,12 @@
|
||||||
|
2014-12-07 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* Daniel Shahaf: 33883: Doc/Zsh/expn.yo,
|
||||||
|
Completion/Zsh/Type/_globquals: documentation for (*) glob
|
||||||
|
qualifier.
|
||||||
|
|
||||||
2014-12-07 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
2014-12-07 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||||
|
|
||||||
* 33829: Test/X02zlevi.ztst, Test/comptest: unbind ESC~ as
|
* 33829: Test/X02zlevi.ztst, Test/comptest: unbind ESC~ asa
|
||||||
a more reliable workaround
|
a more reliable workaround
|
||||||
|
|
||||||
2014-12-06 Mikael Magnusson <mikachu@gmail.com>
|
2014-12-06 Mikael Magnusson <mikachu@gmail.com>
|
||||||
|
|
|
@ -213,7 +213,7 @@ case $state in
|
||||||
".:plain files"
|
".:plain files"
|
||||||
"@:symbolic links"
|
"@:symbolic links"
|
||||||
"=:sockets"
|
"=:sockets"
|
||||||
"p:name pipes (FIFOS)"
|
"p:named pipes (FIFOs)"
|
||||||
"*:executable plain files"
|
"*:executable plain files"
|
||||||
"%:device files"
|
"%:device files"
|
||||||
"r:owner-readable"
|
"r:owner-readable"
|
||||||
|
|
|
@ -2388,7 +2388,7 @@ item(tt(p))(
|
||||||
named pipes (FIFOs)
|
named pipes (FIFOs)
|
||||||
)
|
)
|
||||||
item(tt(*))(
|
item(tt(*))(
|
||||||
executable plain files (0100)
|
executable plain files (0100 or 0010 or 0001)
|
||||||
)
|
)
|
||||||
item(tt(%))(
|
item(tt(%))(
|
||||||
device files (character or block special)
|
device files (character or block special)
|
||||||
|
|
Loading…
Reference in a new issue