mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-08-07 01:30:59 +02:00
35270: _describe: Document a known issue described in 35229
(which is the same thread as 35127 and 34768)
This commit is contained in:
parent
83ac36c14f
commit
ce9d3fd7b7
2 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
2015-06-02 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2015-06-02 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* 35270: Completion/Base/Utility/_describe: _describe: Document
|
||||||
|
a known issue described in 35229 (which is the same thread as
|
||||||
|
35127 and 34768)
|
||||||
|
|
||||||
* 35271: Completion/Unix/Command/_beep: New completion:
|
* 35271: Completion/Unix/Command/_beep: New completion:
|
||||||
beep.
|
beep.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
#autoload
|
#autoload
|
||||||
|
|
||||||
|
# ### Note: Calling this function twice during one completion operation, such
|
||||||
|
# ### that in each call there exists a pair of items having the same description
|
||||||
|
# ### as each other, and the two calls specify the same $_type, currently leads
|
||||||
|
# ### to garbled output; see workers/35229 (May 2015) and its thread (which also
|
||||||
|
# ### discusses at least two other issues, that may or may not be related to
|
||||||
|
# ### this one).
|
||||||
|
|
||||||
# This can be used to add options or values with descriptions as matches.
|
# This can be used to add options or values with descriptions as matches.
|
||||||
|
|
||||||
local _opt _expl _tmpm _tmpd _mlen _noprefix
|
local _opt _expl _tmpm _tmpd _mlen _noprefix
|
||||||
|
|
Loading…
Reference in a new issue