mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-10 08:01:41 +01:00
40875: Update REC_EXACT description, suggested by Martin Krafft
This commit is contained in:
parent
27a55d8591
commit
20d464944b
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
2017-03-21 Peter Stephenson <p.stephenson@samsung.com>
|
2017-03-21 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* 40875 (Martin Krafft): change description of REC_EXACT option.
|
||||||
|
|
||||||
* 40821: Test/V11db_gdbm.ztst: Note this contains UTF-8
|
* 40821: Test/V11db_gdbm.ztst: Note this contains UTF-8
|
||||||
characters and fix name.
|
characters and fix name.
|
||||||
|
|
||||||
|
|
|
@ -395,8 +395,9 @@ pindex(RECEXACT)
|
||||||
pindex(NORECEXACT)
|
pindex(NORECEXACT)
|
||||||
cindex(completion, exact matches)
|
cindex(completion, exact matches)
|
||||||
item(tt(REC_EXACT) (tt(-S)))(
|
item(tt(REC_EXACT) (tt(-S)))(
|
||||||
In completion, recognize exact matches even
|
If the string on the command line exactly matches one of the possible
|
||||||
if they are ambiguous.
|
completions, it is accepted, even if there is another completion (i.e. that
|
||||||
|
string with something else added) that also matches.
|
||||||
)
|
)
|
||||||
enditem()
|
enditem()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue