mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 07:10:58 +02:00
25267: ambiguous pattern matching fix: missing log
25269: Frank Terbeck: typo
This commit is contained in:
parent
cd56448c8e
commit
11715a9cd8
2 changed files with 11 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2008-07-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 25269: Frank Terbeck: Src/Zle/compcore.c
|
||||
|
||||
2008-07-06 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 25267: Src/Zle/compcore.c: Fix problem that menu completion
|
||||
wasn't automatically started on a pattern match if matching
|
||||
was done by the calling function.
|
||||
|
||||
2008-07-05 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 25266: Doc/Zsh/mod_complist.yo, Src/Zle/complist.c: always use
|
||||
|
|
|
@ -2280,7 +2280,7 @@ addmatches(Cadata dat, char **argv)
|
|||
} else {
|
||||
/*
|
||||
* (This is called a "comment". Given you've been
|
||||
* spending your time reading the completion time, you
|
||||
* spending your time reading the completion code, you
|
||||
* may have forgotten what one is. It's used to deconfuse
|
||||
* the poor so-and-so who's landed up having to maintain
|
||||
* the code.)
|
||||
|
|
Loading…
Reference in a new issue