1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

36538: fix description of b and B completion match anchors

This commit is contained in:
Han Pingtian 2015-09-15 16:23:09 +08:00 committed by Peter Stephenson
parent 53fcadc1f8
commit d2910fd64f
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2015-09-22 Peter Stephenson <p.stephenson@samsung.com>
* 36538: Han Pingtian: Doc/Zsh/compwid.yo: tweak code for match
anchors to get correct difference between b and B.
2015-09-22 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> 2015-09-22 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 36578: Doc/Zsh/compsys.yo: option in a mutually exclusive set * 36578: Doc/Zsh/compsys.yo: option in a mutually exclusive set

View file

@ -899,8 +899,8 @@ var(lanchor), the var(ranchor) only needs to match the trial
completion string. completion string.
The tt(b) and tt(B) forms are similar to tt(l) and tt(L) with an empty The tt(b) and tt(B) forms are similar to tt(l) and tt(L) with an empty
anchor, but need to match only the beginning of the trial completion anchor, but need to match only the beginning of the word on the command line
or the word on the command line, respectively. or trial completion, respectively.
) )
xitem(tt(r:)var(lpat)tt(|)var(ranchor)tt(=)var(tpat)) xitem(tt(r:)var(lpat)tt(|)var(ranchor)tt(=)var(tpat))
xitem(tt(R:)var(lpat)tt(|)var(ranchor)tt(=)var(tpat)) xitem(tt(R:)var(lpat)tt(|)var(ranchor)tt(=)var(tpat))