1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

Michael Hwang: 26986: formatting

This commit is contained in:
Peter Stephenson 2009-05-23 20:53:40 +00:00
parent a1d6616455
commit 96a38a74f0
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2009-05-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Michael Hwang: 26986: Doc/Zsh/compsys.yo: formatting.
2009-05-22 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 26978: Julien Langer: Completion/Unix/Command/_stgit: complete
@ -11761,5 +11765,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4697 $
* $Revision: 1.4698 $
*****************************************************

View file

@ -4303,7 +4303,7 @@ findex(_parameters)
item(tt(_parameters))(
This is used to complete the names of shell parameters.
The option `tt(-g var(pattern))' limits the completion to parameters
The option `tt(-g) var(pattern)' limits the completion to parameters
whose type matches the var(pattern). The type of a parameter is that
shown by `tt(print ${(t))var(param)tt(})', hence judicious use of
`tt(*)' in var(pattern) is probably necessary.