mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
unposted: fix a format error introduced by commit 33aafec
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2026-02-04 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* unposted: Doc/Zsh/compsys.yo: fix a format error introduced
|
||||
by worker/53821
|
||||
|
||||
2025-12-21 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 53959+54149: Src/glob.c, Test/D02glob.ztst: when redirecting
|
||||
|
||||
@@ -2078,7 +2078,7 @@ kindex(matcher-list, completion style)
|
||||
item(tt(matcher-list))(
|
||||
This style can be set to a list of match specifications that are to
|
||||
be applied everywhere. Match specifications are described in
|
||||
sectref(Completion Matching Control)(zshcompwid)).
|
||||
sectref(Completion Matching Control)(zshcompwid).
|
||||
The completion system will try them one after another for each completer
|
||||
selected. For example, to try first simple completion and, if that
|
||||
generates no matches, case-insensitive completion:
|
||||
|
||||
Reference in New Issue
Block a user