mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
Jérémie Roquet: c.f. users/16541:
should be "filename generation", not "file generation" in cond doc
This commit is contained in:
parent
e5f1efa5a2
commit
aba557a13c
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2011-10-24 Peter Stephenson <pws@csr.com>
|
2011-10-24 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* Jérémie Roquet: c.f. users/16541: Doc/Zsh/cond.yo:
|
||||||
|
should be "filename generation", not "file generation".
|
||||||
|
|
||||||
* Foudil Brétel: 29842: Completion/Unix/Command/_systemctl:
|
* Foudil Brétel: 29842: Completion/Unix/Command/_systemctl:
|
||||||
major rewrite.
|
major rewrite.
|
||||||
|
|
||||||
|
@ -15497,5 +15500,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5483 $
|
* $Revision: 1.5484 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -184,7 +184,7 @@ enditem()
|
||||||
Normal shell expansion is performed on the var(file), var(string) and
|
Normal shell expansion is performed on the var(file), var(string) and
|
||||||
var(pattern) arguments, but the result of each expansion is constrained to
|
var(pattern) arguments, but the result of each expansion is constrained to
|
||||||
be a single word, similar to the effect of double quotes.
|
be a single word, similar to the effect of double quotes.
|
||||||
File generation is not performed on any form of argument to conditions.
|
Filename generation is not performed on any form of argument to conditions.
|
||||||
However, pattern metacharacters are active for the var(pattern) arguments;
|
However, pattern metacharacters are active for the var(pattern) arguments;
|
||||||
the patterns are the same as those used for filename generation, see
|
the patterns are the same as those used for filename generation, see
|
||||||
ifzman(\
|
ifzman(\
|
||||||
|
|
Loading…
Reference in a new issue