mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-27 22:11:03 +02:00
A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition"
This commit is contained in:
parent
9c21d0baae
commit
756f17a755
3 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-01 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* A.Costa: unposted: Doc/Zsh/grammar.yo, Etc/ChangeLog-3.1: Fix
|
||||
typo to "definition".
|
||||
|
||||
2012-01-31 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* seiler via Ismail: 30174: Completion/Unix/Command/_osc,
|
||||
|
@ -15898,5 +15903,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5570 $
|
||||
* $Revision: 1.5571 $
|
||||
*****************************************************
|
||||
|
|
|
@ -508,7 +508,7 @@ func+LPAR()RPAR() {
|
|||
echo Do something with $*
|
||||
})
|
||||
|
||||
Because aliases are expanded in function defintions, this causes the
|
||||
Because aliases are expanded in function definitions, this causes the
|
||||
following command to be executed:
|
||||
|
||||
example(noglob func+LPAR()RPAR() {
|
||||
|
|
|
@ -5777,7 +5777,7 @@
|
|||
* Sven: 10272, 10275: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c:
|
||||
autoload can force zsh/ksh styles with -z, -k; integrate
|
||||
execautofn() and loadautofn(). Side effect that -kX must run the
|
||||
code to get at the function defintion.
|
||||
code to get at the function definition.
|
||||
|
||||
* Sven: 10273: Src/Zle/complete.c: problem with test for empty
|
||||
prefix.
|
||||
|
|
Loading…
Reference in a new issue